git checkout

alias gcb='git checkout -b'

Create a new branch in the local repository.

E.g.:

$ gcb drevel/important-bug-fix
Next
Next

git rebase