X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/c463f87c65fd0f94545cfcfe7c1e4325ce4e7b99..6abf57e0f57f57983d91cc31bd7396cb20fa94fa:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 91550b2..1f7f15e 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -5,5 +5,9 @@ [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" + tree = log --oneline --graph --branches --color [pull] ff = only +[init] + defaultBranch = master