Answers for "add my current project to an already existing GitHub repository"

0

add my current project to an already existing GitHub repository

git init
git add .
git commit -m "my commit"
git remote set-url origin <remote repository URL>
git push origin master
Posted by: Guest on January-25-2022

Code answers related to "add my current project to an already existing GitHub repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language