git clone --single-branch --branch
## 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
git init git remote add origin https:...... git add . git commit -m git push -u origin master
git checkout -b $feature_name