1
0
Fork 0
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:
Nelson Figueroa 2025-08-16 19:32:20 -07:00 committed by GitHub
parent 95e41600d0
commit 439baa52e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 10 deletions

View file

@ -18,4 +18,4 @@
- কমিট তৈরি না করেই ওয়ার্কিং ডিরেক্টরিতে কমিটের পরিবর্তন যোগ করুন:
`git cherry-pick --no-commit {{কমিট}}`
`git cherry-pick {{[-n|--no-commit]}} {{কমিট}}`

View file

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

View file

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

View file

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

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 --no-commit {{commit}}`
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`

View file

@ -18,4 +18,4 @@
- 커밋의 변경내역을 커밋 없이 디렉토리에 추가:
`git cherry-pick --no-commit {{커밋}}`
`git cherry-pick {{[-n|--no-commit]}} {{커밋}}`

View file

@ -18,4 +18,4 @@
- ஒரு கமிட்டை உருவாக்காமல், பணிபுரியும் கோப்பகத்தில் ஒரு கமிட்டின் மாற்றங்களைச் சேர்க்கவும்:
`git cherry-pick --no-commit {{கமிட்}}`
`git cherry-pick {{[-n|--no-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 --no-commit {{commit}}`
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`

View file

@ -18,4 +18,4 @@
- Додає зміни з коміту до робочої директорії без створення коміту:
`git cherry-pick --no-commit {{коміт}}`
`git cherry-pick {{[-n|--no-commit]}} {{коміт}}`

View file

@ -18,4 +18,4 @@
- 将提交变更应用到工作区但不自动创建提交:
`git cherry-pick --no-commit {{提交哈希}}`
`git cherry-pick {{[-n|--no-commit]}} {{提交哈希}}`