From 7ebcf2cd9d19b78301a10f5cec94dee552b91f5a Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 17 Jan 2019 15:45:10 +0100 Subject: [PATCH] git fetch -p --- HowtoGit.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoGit.md b/HowtoGit.md index 2fcfda7e..41ef2afb 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -173,6 +173,12 @@ $ git branch -d myfeature $ git push origin :myfeature ~~~ +Supprimer les branches locales qui ne sont pas présentes sur le dépôt distant : + +~~~ +$ git fetch -p +~~~ + ## Commandes avancées ### Afficher l'historique