git-cherry-pick: spelled-out version of -n
(#10417)
* `-n` => `--no-commit`
This commit is contained in:
@@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
- Añade los cambios de un commit al directorio de trabajo, sin crear un commit:
|
- 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}}`
|
||||||
|
@@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
- Appliquer les changements d'un commit à la branche courante sans créer de commit :
|
- 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}}`
|
||||||
|
@@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
- Aggiungi le modifiche introdotte da un commit alla directory di lavoro, ma senza creare un nuovo commit:
|
- 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}}`
|
||||||
|
@@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
- Bir commit'in değişikliklerini, herhangi bir yeni commit oluşturmadan çalışan dizine ekle:
|
- 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}}`
|
||||||
|
@@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
- Add the changes of a commit to the working directory, without creating a commit:
|
- 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}}`
|
||||||
|
Reference in New Issue
Block a user