Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 308 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 308 Bytes

repo-test

just my notes for cli

mkdir repo-test
cd repo-test/

begin

git init
git add --all
git commit -m "Initialize"
git branch -M main
git remote add origin https://github.com/kuno-dev/repo-test.git
git push -u origin main