Merging in fetched changesPushing to an updated remote branch
git branch <branch name> <remote branch name>
// création d'une branche local avec un tracking d'une branche distance
git checkout -b <branch name> <remote branch name>