Update mime and git config

This commit is contained in:
Fabian Hauser 2022-03-14 19:32:15 +01:00
parent a4f24d9965
commit 5cd9d526df
2 changed files with 6 additions and 2 deletions

View file

@ -49,7 +49,7 @@
status = "auto";
};
submodule.recurse = true;
push.default = "simple";
push.default = "current";
pull.rebase = "true";
branch.autosetuprebase = "always";
log.follow = true;