summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index a1b7c93..549385d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -30,6 +30,7 @@
fa = fetch -p --all
up = pull --rebase
sed = ! git grep -z --full-name -l '.' | xargs -0 sed -i -e
+ t = "!t() { git tag -a \"$1\" -m \"tagging release of $1\"; }; t"
[merge]
tool = kdiff3
conflictstyle = diff3