pages.fr: update outdated pages (#11842)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
- Stocker les changements courants, sauf les fichiers non-suivis :
|
||||
|
||||
`git stash [push -m {{nom_de_stash_optionel}}]`
|
||||
`git stash push -m {{nom_de_stash_optionel}}`
|
||||
|
||||
- Stocker les changements courants, incluant les fichiers non-suivis :
|
||||
|
||||
@@ -27,10 +27,6 @@
|
||||
|
||||
`git stash pop {{nom_de_stash_optionel}}`
|
||||
|
||||
- Supprime un stash (par défaut le dernier, stash@{0}) :
|
||||
|
||||
`git stash drop {{nom_de_stash_optionel}}`
|
||||
|
||||
- Supprime tous les stashs :
|
||||
|
||||
`git stash clear`
|
||||
|
Reference in New Issue
Block a user