Answers for "git remote repo from the cmd prompt"

0

git remote repo from the cmd prompt

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin link
git push -u origin main
Posted by: Guest on March-28-2022

Code answers related to "git remote repo from the cmd prompt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language