We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a branch using
git checkout -b new_branch_name
When new_branch_name is created, you can commit and push as you do with master branch.
new_branch_name
master
git add <files> git commit ... git push ...
For more detailed explanation, see this answer.