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