pages.fr: update outdated pages (#11842)

This commit is contained in:
Sebastiaan Speck
2023-12-28 06:32:02 +01:00
committed by GitHub
parent 26246e09ef
commit 8d581735c3
30 changed files with 55 additions and 99 deletions

View File

@@ -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`