fix(git): remove unused templatedir
This commit is contained in:
parent
0444962168
commit
ea02fc6a09
|
@ -208,10 +208,7 @@ in
|
||||||
fetch.prune = true;
|
fetch.prune = true;
|
||||||
grep.lineNumber = true;
|
grep.lineNumber = true;
|
||||||
help.autocorrect = "1";
|
help.autocorrect = "1";
|
||||||
init = {
|
init.defaultBranch = "main";
|
||||||
defaultBranch = "main";
|
|
||||||
templatedir = "~/.git_template";
|
|
||||||
};
|
|
||||||
merge.ff = "only";
|
merge.ff = "only";
|
||||||
rebase = {
|
rebase = {
|
||||||
autosquash = true;
|
autosquash = true;
|
||||||
|
|
Loading…
Reference in a new issue