X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/133ce0676d7a1e86809147ced9ff817822f7fd31..30cffb9546e2e00f1dad83344bae014b1ad594c6:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index a2804de..5ed2164 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -5,3 +5,6 @@ [alias] push-all = !git remote | xargs -n1 git push submodules-pull = submodule foreach git pull origin master + pr = "!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" +[pull] + ff = only