fix(git): remove unused templatedir

This commit is contained in:
Oliver Davies 2023-08-27 00:31:31 +01:00
parent 0444962168
commit ea02fc6a09

View file

@ -208,10 +208,7 @@ in
fetch.prune = true;
grep.lineNumber = true;
help.autocorrect = "1";
init = {
defaultBranch = "main";
templatedir = "~/.git_template";
};
init.defaultBranch = "main";
merge.ff = "only";
rebase = {
autosquash = true;