We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0a506 commit 8d987eeCopy full SHA for 8d987ee
.gitconfig.base
@@ -28,6 +28,7 @@
28
prompt = false
29
[merge]
30
conflictStyle = diff3
31
+ edit = false
32
[mergetool]
33
34
keepBackup = false
.zshrc
@@ -201,6 +201,7 @@ alias gls='git log --show-signature'
201
alias gm='git merge'
202
alias gmm='git merge --no-edit main'
203
alias gmnc='git merge --no-commit'
204
+alias gmne='git merge --no-edit'
205
alias gmom='git merge --no-edit origin/main'
206
alias gmt='git mergetool'
207
alias gn='git newb'
0 commit comments