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