add new branch
Creates a new branch based of the one currently checked out.
git branch new-branch-name
copy
Creates a new branch based of the one currently checked out.
git branch new-branch-name
copy