X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/1c9a18a31c533e3b32315ab835e96d725c94dcf4..4be2bcd2e2f69ffa226d75f6e06ca2280a164cee:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 5ed2164..8d0cd8f 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -8,3 +8,5 @@ pr = "!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" [pull] ff = only +[init] + defaultBranch = master