pages.it: update outdated pages (#11914)

This commit is contained in:
Sebastiaan Speck
2023-12-29 17:48:46 +01:00
committed by GitHub
parent 7f1a910635
commit 2513972143
40 changed files with 100 additions and 152 deletions

View File

@@ -5,7 +5,7 @@
- Salva in un'area temporanea modifiche locali, tranne i file nuovi e non tracciati:
`git stash [push -m {{messaggio_di_stash_opzionale}}]`
`git stash push -m {{messaggio_di_stash_opzionale}}`
- Includi nello stash anche i file nuovi e non tracciati:
@@ -27,10 +27,6 @@
`git stash pop {{nome_stash_opzionale}}`
- Rimuovi uno stash (il predefinito è stash@{0}):
`git stash drop {{nome_stash_opzionale}}`
- Rimuovi tutti gli stash:
`git stash clear`