Comment pousser à une nouvelle branche à Gitlab
git push origin $feature_name
Perfect Panda
git push origin $feature_name
git commit -am "My feature is ready"
git checkout -b $feature_name
git clone [email protected]:project-name.git