git synchroniser une branche dans une fourchette

git fetch <remote-repo> 

git checkout <branch-name> 

git merge <remote-repo>/<branch-name>
cadot.eu