This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
wiki
Watch
15
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
git fetch -p
master
Benoît S.
2 years ago
parent
c1463555e1
commit
7ebcf2cd9d
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
HowtoGit.md
+ 6
- 0
HowtoGit.md
View File
@ -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
Write
Preview
Loading…
Cancel
Save