mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:33:38 +02:00
git-cherry-pick: refresh pages (#17706)
This commit is contained in:
parent
95e41600d0
commit
439baa52e7
10 changed files with 10 additions and 10 deletions
|
@ -18,4 +18,4 @@
|
|||
|
||||
- কমিট তৈরি না করেই ওয়ার্কিং ডিরেক্টরিতে কমিটের পরিবর্তন যোগ করুন:
|
||||
|
||||
`git cherry-pick --no-commit {{কমিট}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{কমিট}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- Añade los cambios de una confirmación al directorio de trabajo, sin crear una confirmación:
|
||||
|
||||
`git cherry-pick --no-commit {{confirmación}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{confirmación}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- Appliquer les changements d'un commit à la branche courante sans créer de commit :
|
||||
|
||||
`git cherry-pick --no-commit {{commit}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- Lakukan perubahan pada direktori kerja saat ini tanpa mencatat komit baru:
|
||||
|
||||
`git cherry-pick --no-commit {{komit}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{komit}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- Aggiungi le modifiche introdotte da un commit alla directory di lavoro, ma senza creare un nuovo commit:
|
||||
|
||||
`git cherry-pick --no-commit {{commit}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- 커밋의 변경내역을 커밋 없이 디렉토리에 추가:
|
||||
|
||||
`git cherry-pick --no-commit {{커밋}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{커밋}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- ஒரு கமிட்டை உருவாக்காமல், பணிபுரியும் கோப்பகத்தில் ஒரு கமிட்டின் மாற்றங்களைச் சேர்க்கவும்:
|
||||
|
||||
`git cherry-pick --no-commit {{கமிட்}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{கமிட்}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- Bir commit'in değişikliklerini, herhangi bir yeni commit oluşturmadan çalışan dizine ekle:
|
||||
|
||||
`git cherry-pick --no-commit {{commit}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- Додає зміни з коміту до робочої директорії без створення коміту:
|
||||
|
||||
`git cherry-pick --no-commit {{коміт}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{коміт}}`
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
|
||||
- 将提交变更应用到工作区但不自动创建提交:
|
||||
|
||||
`git cherry-pick --no-commit {{提交哈希}}`
|
||||
`git cherry-pick {{[-n|--no-commit]}} {{提交哈希}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue