Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push local code to gitlab

## Git push using SSH
git push --set-upstream git@gitlab.example.com:namespace/nonexistent-project.git master

## Git push using HTTPS
git push --set-upstream https://gitlab.example.com/namespace/nonexistent-project.git master
 
PREVIOUS NEXT
Tagged: #push #local #code #gitlab
ADD COMMENT
Topic
Name
8+8 =