git-merge: refresh pages (#17837)

This commit is contained in:
Nelson Figueroa
2025-08-26 11:07:57 +03:00
committed by GitHub
parent ce57691417
commit e4d26e5a2f
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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}}`
+1 -1
View File
@@ -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`) :
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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]}} {{전략_옵션}} {{브랜치_이름}}`
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -9,7 +9,7 @@
- Редагує повідомлення при злитті гілок:
`git merge {{-e|--show-email}} {{назва_гілки}}`
`git merge {{[-e|--edit]}} {{назва_гілки}}`
- Зливає гілки і створює комміт злиття:
+2 -2
View File
@@ -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]}} {{策略选项}} {{分支名}}`