git: add alias to bmpr
1 file changed, 1 insertion(+), 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/"]