X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/3f48adb507d3ab2a44c18b916a623af75550af96..03b903de311946827e690f4db8b082c0ab32dc47:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index f20bd02..5ed2164 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,7 +1,10 @@ [user] - email = git@ds6.pw - name = ds6 + email = git@sev.monster + name = sev [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