git push origin $feature_name
git push --set-upstream git@gitlab.example.com:namespace/myproject.git master
git commit -am "My feature is ready"
git checkout -b $feature_name
git clone git@example.com:project-name.git