Answers for "how to upload a project on in a existing repository on github"

6

how to upload existing project to github

git remote add origin remote repository URL
git remote -v
git push -f origin master
Posted by: Guest on June-16-2020

Code answers related to "how to upload a project on in a existing repository on github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language