From 9642a038b4c08f953913521f87b8a7d97fd320f7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Aug 2015 17:06:50 +0200 Subject: Git add delete-merged command --- tag-git/config/git/config | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-git/config') diff --git a/tag-git/config/git/config b/tag-git/config/git/config index 79be22e..c005d2a 100644 --- a/tag-git/config/git/config +++ b/tag-git/config/git/config @@ -19,6 +19,7 @@ standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author Alan ignored = ls-files --others -i --exclude-standard pr = pull-request + delete-merged = '!sh git branch --merged | grep -v "\\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d' [github] user = alan@alanpearce.co.uk [diff] -- cgit 1.4.1