Answers for "push existing repository in gthub"

0

push existing repository in gthub

git remote add origin https://github.com/Sakib714/Number_Guess_Game.git
git branch -M main
git push -u origin main
Posted by: Guest on February-15-2022

Code answers related to "push existing repository in gthub"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language