Branche Swithc dans Github
$ git checkout <existing_branch>
# -b will create the branch if it does not exist
$ git checkout -b <new_branch>
Burouj Armgaan
$ git checkout <existing_branch>
# -b will create the branch if it does not exist
$ git checkout -b <new_branch>