@ -31,6 +31,9 @@ Branching
# create a new branch and switch to it
git checkout -b your-branch-name
# switch to a branch by name
git checkout your-branch-name
# merge changes from another branch into your current branch
git merge other-branch-name