git-cherry-pick: spelled-out version of -n (#10417)

* `-n` => `--no-commit`
This commit is contained in:
Luís Góis
2023-06-25 13:36:35 +01:00
committed by GitHub
parent 3faf075546
commit 9014511631
5 changed files with 5 additions and 5 deletions

View File

@@ -18,4 +18,4 @@
- Aggiungi le modifiche introdotte da un commit alla directory di lavoro, ma senza creare un nuovo commit:
`git cherry-pick -n {{commit}}`
`git cherry-pick --no-commit {{commit}}`