git config --global log.date iso-strict-local
This commit is contained in:
parent
0756734549
commit
313ee1096a
@ -169,10 +169,11 @@ in
|
|||||||
userName = "Motiejus Jakštys";
|
userName = "Motiejus Jakštys";
|
||||||
aliases.yolo = "commit --amend --no-edit -a";
|
aliases.yolo = "commit --amend --no-edit -a";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
rerere.enabled = true;
|
log.date = "iso-strict-local";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
merge.conflictstyle = "zdiff3";
|
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
merge.conflictstyle = "zdiff3";
|
||||||
|
rerere.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user