Answers for "push source code to gitlab"

4

gitlab clone branch

git clone --single-branch --branch <branchname> <remote-repo>
Posted by: Guest on June-18-2020
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
-2

gitlab push existing project commandlie

git config --global user.name "Roka Paudel,Sarmila S."
Posted by: Guest on November-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language