mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 06:15:29 +02:00
git-merge: update page (#10232)
* git-merge: Added merge with strategy options Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * git-merge: -e to --edit --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
d9c66f9c66
commit
3d5d15621b
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Edit the merge message:
|
||||
|
||||
`git merge -e {{branch_name}}`
|
||||
`git merge --edit {{branch_name}}`
|
||||
|
||||
- Merge a branch and create a merge commit:
|
||||
|
||||
|
@ -18,3 +18,7 @@
|
|||
- Abort a merge in case of conflicts:
|
||||
|
||||
`git merge --abort`
|
||||
|
||||
- Merge using a specific strategy:
|
||||
|
||||
`git merge --strategy {{strategy}} --strategy-option {{strategy_option}} {{branch_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue