Answers for "how to push local code to gitlab"

2

how to push local code to gitlab

## Git push using SSH
git push --set-upstream [email protected]:namespace/nonexistent-project.git master

## Git push using HTTPS
git push --set-upstream https://gitlab.example.com/namespace/nonexistent-project.git master
Posted by: Guest on May-28-2021

Code answers related to "how to push local code to gitlab"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language