aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/gitconfig b/gitconfig
index 0144478..161f062 100644
--- a/gitconfig
+++ b/gitconfig
@@ -8,6 +8,9 @@
editor = vim
[commit]
gpgsign = true
+ verbose = true
+[tag]
+ gpgSign = true
[merge]
tool = vimdiff
[alias]
@@ -19,5 +22,4 @@
type = cat-file -t
dump = cat-file -p
please = push --force-with-lease
-[commit]
- verbose = true
+ cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d"