X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/b133dc9212c5d15d32757135d46d28481bffac4f..7ddca96da6e30ad4b5a05c4804bf11911bd671eb:/base/.gitconfig?ds=sidebyside diff --git a/base/.gitconfig b/base/.gitconfig index 8d0cd8f..1f7f15e 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -6,6 +6,7 @@ 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]