# Créer une nouvelle branche
git checkout -b new-branch
# Réintégrer le master régulièrement
git checkout master
git pull origin # Penser à faire le pull d'abord !
git checkout new-branch
git merge master
# Changer de branch
git checkout master
Commandes de base pour les branches Git
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.