diff --git a/.gitconfig b/.gitconfig index d2e6202..b03c6b7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -140,4 +140,8 @@ [safe] directory = * -# vim: set commentstring=#\ %s: \ No newline at end of file +# vim: set commentstring=#\ %s: +[rebase] + updateRefs = true +[remote "origin"] + fetch = +refs/heads/*:refs/remotes/origin/*