diff --git a/templates/git/config.gotmpl b/templates/git/config.gotmpl index 30b2bc4..d3d4e12 100644 --- a/templates/git/config.gotmpl +++ b/templates/git/config.gotmpl @@ -11,6 +11,7 @@ sw = switch rb = rebase fh = !sh -c 'git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main' + mg = merge [commit] gpgsign = {{ .Git.GpgSign }} template = {{ env "XDG_CONFIG_HOME" | printf "%s/git/message" }}