Answers for "how to push from terminal to an existing repository github"

0

push an existing repository from the command line on github

git remote add origin https://github.com/israa790/Athentification_Flutter-Login-Register-.git
git branch -M main
git push -u origin main
Posted by: Guest on November-28-2021

Code answers related to "how to push from terminal to an existing repository github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language