diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |