Utwórz nową gałęznę git
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
Xerothermic Xenomorph
$ git checkout <existing_branch>
$ git checkout -b <new_branch>
git checkout -b <new-branch>