Gitlab Buat Cabang

// from current HEAD:
git checkout -b <new-branch>

// from branch of choice
git checkout -b <new-branch> <existing-branch>
Upset Unicorn