Answers for "git new repo instructions"

1

git new repo instructions

git init
git add . //this is what works . means current dir
git commit -m "init"
git branch -M main
git remote add origin <git-repo-link>
git push -u origin main
Posted by: Guest on March-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language