Git branch
In this exemple we take : branch_name = igloo
Create
Checkout
Move to a specific branch
Merge
Merch branch with Master branch
Warning
This might create a "Merge branch" commit if master was ahead of branch
When master branch is ahead, use rebase
Info
git rebase master
: redesign branch now start from last master commit (even if he was ahead before)
Igloo Branch history is added to master branch history
Delete
Delete branch after successful merge
List
List local and remote branches