mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
git-merge: refresh pages (#17837)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- Edita el mensaje de fusión:
|
||||
|
||||
`git merge --edit {{nombre_de_la_rama}}`
|
||||
`git merge {{[-e|--edit]}} {{nombre_de_la_rama}}`
|
||||
|
||||
- Fusiona una rama y crea una confirmación para la fusión:
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
- Fusiona usando una estrategia específica:
|
||||
|
||||
`git merge --strategy {{estrategia}} --strategy-option {{opción_de_estrategia}} {{nombre_de_la_rama}}`
|
||||
`git merge {{[-s|--strategy]}} {{estrategia}} {{[-X|--strategy-option]}} {{opción_de_estrategia}} {{nombre_de_la_rama}}`
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Editer le message de fusion (`merge commit`) :
|
||||
|
||||
`git merge --edit {{nom_de_branche}}`
|
||||
`git merge {{[-e|--edit]}} {{nom_de_branche}}`
|
||||
|
||||
- Fusionner une branche et créer un commit de fusion (`merge commit`) :
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Avvia un'unione e cambia il messaggio predefinito:
|
||||
|
||||
`git merge --edit {{ramo_da_unire}}`
|
||||
`git merge {{[-e|--edit]}} {{ramo_da_unire}}`
|
||||
|
||||
- Avvia un'unione e committa l'operazione:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- 병합 메시지 편집:
|
||||
|
||||
`git merge --edit {{브랜치_이름}}`
|
||||
`git merge {{[-e|--edit]}} {{브랜치_이름}}`
|
||||
|
||||
- 브랜치 병합 및 병합 커밋 생성:
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
- 특정 전략을 사용하여 병합:
|
||||
|
||||
`git merge --strategy {{전략}} --strategy-option {{전략_옵션}} {{브랜치_이름}}`
|
||||
`git merge {{[-s|--strategy]}} {{전략}} {{[-X|--strategy-option]}} {{전략_옵션}} {{브랜치_이름}}`
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Birleştirme mesajını düzenle:
|
||||
|
||||
`git merge {{-e|--show-email}} {{dal_ismi}}`
|
||||
`git merge {{[-e|--edit]}} {{dal_ismi}}`
|
||||
|
||||
- Bir dalı birleştir ve birleştirme commit'i oluştur:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Редагує повідомлення при злитті гілок:
|
||||
|
||||
`git merge {{-e|--show-email}} {{назва_гілки}}`
|
||||
`git merge {{[-e|--edit]}} {{назва_гілки}}`
|
||||
|
||||
- Зливає гілки і створює комміт злиття:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- 编辑合并说明信息:
|
||||
|
||||
`git merge --edit {{分支名}}`
|
||||
`git merge {{[-e|--edit]}} {{分支名}}`
|
||||
|
||||
- 合并分支,创建合并提交:
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
- 采用特定的策略进行合并:
|
||||
|
||||
`git merge --strategy {{策略}} --strategy-option {{策略选项}} {{分支名}}`
|
||||
`git merge {{[-s|--strategy]}} {{策略}} {{[-X|--strategy-option]}} {{策略选项}} {{分支名}}`
|
||||
|
||||
Reference in New Issue
Block a user