What command creates a new branch from the currently checked-out branch?
git checkout <nameOfBranch>
git branch
git checkout -b <nameOfBranch>
git -b checkout <nameOfBranch>