git: add alias to bmpr
Alan Pearce alan@alanpearce.eu
Wed, 21 Mar 2018 16:38:05 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M git/.config/git/config → git/.config/git/config
@@ -24,6 +24,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 -c 'git branch --merged | grep -v "\\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d'" + bump = !bmpr [github] user = alanpearce [ghq "ssh://alanpearce.eu/"]