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

* `-n` => `--no-commit`
pull/23/head
Luís Góis 2023-06-25 13:36:35 +01:00 committed by GitHub
parent 3faf075546
commit 9014511631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -18,4 +18,4 @@
- Añade los cambios de un commit al directorio de trabajo, sin crear un commit:
`git cherry-pick -n {{commit}}`
`git cherry-pick --no-commit {{commit}}`

View File

@ -18,4 +18,4 @@
- Appliquer les changements d'un commit à la branche courante sans créer de commit :
`git cherry-pick -n {{commit}}`
`git cherry-pick --no-commit {{commit}}`

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

View File

@ -18,4 +18,4 @@
- Bir commit'in değişikliklerini, herhangi bir yeni commit oluşturmadan çalışan dizine ekle:
`git cherry-pick -n {{commit}}`
`git cherry-pick --no-commit {{commit}}`

View File

@ -18,4 +18,4 @@
- Add the changes of a commit to the working directory, without creating a commit:
`git cherry-pick -n {{commit}}`
`git cherry-pick --no-commit {{commit}}`