Create a branch
git branch branch_name
This command creates a new branch with the name branch_name
. The new branch is created based on the current branch. The current branch is the branch you are currently on. The new branch will have the same commit history as the current branch.