X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.gitconfig;h=9a7a571a213bce06fb7ab4f11d657249b4d8878a;hb=0a383f6b00492da3541c919768803cc4c41bbda9;hp=9740736f6aef3266ae292bd790f27d52c4ca4402;hpb=bc801903406f0c96548b275184a6560297e68e7a;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 9740736..9a7a571 100644 --- a/.gitconfig +++ b/.gitconfig @@ -180,10 +180,10 @@ # Github: pull request, Gitlab: merge request mpr = "!f() { git fetch ${2:-origin} refs/$3/$1/head:pr/$1 && if [ \"$4\" = checkout ]; then git checkout pr/$1; fi; }; f" - fetch-mr = "!f() { git mpr $1 $2 merge-requests; }; f" - merge-request = "!f() { git mpr $1 $2 merge-requests checkout; }; f" - fetch-pr = "!f() { git mpr $1 $2 pull; }; f" - pull-request = "!f() { git mpr $1 $2 pull checkout; }; f" + fetch-mr = "!f() { git mpr $1 ${2:-origin} merge-requests; }; f" + merge-request = "!f() { git mpr $1 ${2:-origin} merge-requests checkout; }; f" + fetch-pr = "!f() { git mpr $1 ${2:-origin} pull; }; f" + pull-request = "!f() { git mpr $1 ${2:-origin} pull checkout; }; f" clean-pr = "!git checkout master ; git for-each-ref refs/heads/pr/* --format=\"%(refname)\" | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done" [branch]