canging branch in git

Shell
$ git branch$ git checkout feature$ git checkout <existing_branch>

$ git checkout -b <new_branch>
Source

Also in Shell: