22
0
Fork 0

git fetch -p

This commit is contained in:
Benoît S. 2019-01-17 15:45:10 +01:00
parent c1463555e1
commit 7ebcf2cd9d
1 changed files with 6 additions and 0 deletions

View File

@ -173,6 +173,12 @@ $ git branch -d myfeature
$ git push origin :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 ## Commandes avancées
### Afficher l'historique ### Afficher l'historique