Если вы посмотрите на мужчину git branch
, вы увидите следующее:
git branch [--track | --no-track] [-f] <branchname> [<start-point>]
И
<start-point>
The new branch head will point to this commit. It may be given as a branch name, a commit-id, or a tag. If this option is omitted, the current
HEAD will be used instead.