Gitlab Créer une branche
// from current HEAD:
git checkout -b <new-branch>
// from branch of choice
git checkout -b <new-branch> <existing-branch>
Upset Unicorn
// from current HEAD:
git checkout -b <new-branch>
// from branch of choice
git checkout -b <new-branch> <existing-branch>