Answers for "how to push code from existing repo"

0

push an existing repository from the command line

git remote add origin https://github.com/Gnaore/sigpef_api.git
git branch -M main
git push -u origin main
Posted by: Guest on September-10-2021
2

git push existing code to new repository

git remote add origin <remote repository URL>
Posted by: Guest on May-28-2020

Code answers related to "how to push code from existing repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language