X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/d9362f346f3609007060bdec8ab6691a5537b0ad..3c83c67b47ed2bd5d55a573938f990a46f71ee55:/base/.gitconfig?ds=sidebyside diff --git a/base/.gitconfig b/base/.gitconfig index 454f6bd..8d0cd8f 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,3 +1,12 @@ [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 +[init] + defaultBranch = master