Skip to content

Commit 439baa5

Browse files
git-cherry-pick: refresh pages (#17706)
1 parent 95e4160 commit 439baa5

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

pages.bn/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- কমিট তৈরি না করেই ওয়ার্কিং ডিরেক্টরিতে কমিটের পরিবর্তন যোগ করুন:
2020

21-
`git cherry-pick --no-commit {{কমিট}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{কমিট}}`

pages.es/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Añade los cambios de una confirmación al directorio de trabajo, sin crear una confirmación:
2020

21-
`git cherry-pick --no-commit {{confirmación}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{confirmación}}`

pages.fr/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Appliquer les changements d'un commit à la branche courante sans créer de commit :
2020

21-
`git cherry-pick --no-commit {{commit}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`

pages.id/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Lakukan perubahan pada direktori kerja saat ini tanpa mencatat komit baru:
2020

21-
`git cherry-pick --no-commit {{komit}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{komit}}`

pages.it/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Aggiungi le modifiche introdotte da un commit alla directory di lavoro, ma senza creare un nuovo commit:
2020

21-
`git cherry-pick --no-commit {{commit}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`

pages.ko/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- 커밋의 변경내역을 커밋 없이 디렉토리에 추가:
2020

21-
`git cherry-pick --no-commit {{커밋}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{커밋}}`

pages.ta/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- ஒரு கமிட்டை உருவாக்காமல், பணிபுரியும் கோப்பகத்தில் ஒரு கமிட்டின் மாற்றங்களைச் சேர்க்கவும்:
2020

21-
`git cherry-pick --no-commit {{கமிட்}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{கமிட்}}`

pages.tr/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Bir commit'in değişikliklerini, herhangi bir yeni commit oluşturmadan çalışan dizine ekle:
2020

21-
`git cherry-pick --no-commit {{commit}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`

pages.uk/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Додає зміни з коміту до робочої директорії без створення коміту:
2020

21-
`git cherry-pick --no-commit {{коміт}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{коміт}}`

pages.zh/common/git-cherry-pick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- 将提交变更应用到工作区但不自动创建提交:
2020

21-
`git cherry-pick --no-commit {{提交哈希}}`
21+
`git cherry-pick {{[-n|--no-commit]}} {{提交哈希}}`

0 commit comments

Comments
 (0)