aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 4dbd04b..9de3ac7 100644
--- a/gitconfig
+++ b/gitconfig
@@ -28,6 +28,11 @@ tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
+[trailer]
+separators = ":#"
+[trailer "fix"]
+key = "Fix #"
+
[alias]
# basic
st = status -s