update git conf
This commit is contained in:
parent
528fcce2d3
commit
7529990566
@ -21,6 +21,38 @@
|
|||||||
safecrlf = "true";
|
safecrlf = "true";
|
||||||
excludesFile = "~/.config/git/.gitignore";
|
excludesFile = "~/.config/git/.gitignore";
|
||||||
};
|
};
|
||||||
|
column = {
|
||||||
|
ui = "auto";
|
||||||
|
};
|
||||||
|
fetch = {
|
||||||
|
prune = true;
|
||||||
|
pruneTags = true;
|
||||||
|
all = true;
|
||||||
|
};
|
||||||
|
help = {
|
||||||
|
autocorrect = true;
|
||||||
|
};
|
||||||
|
diff = {
|
||||||
|
algorithm = "histogram";
|
||||||
|
colorMoved = "plain";
|
||||||
|
mnemonicPrefix = true;
|
||||||
|
renames = true;
|
||||||
|
};
|
||||||
|
rebase = {
|
||||||
|
autoSquash = true;
|
||||||
|
autoStash = true;
|
||||||
|
updateRefs = true;
|
||||||
|
};
|
||||||
|
rerere = {
|
||||||
|
enabled = true;
|
||||||
|
autoupdate = true;
|
||||||
|
};
|
||||||
|
commit = {
|
||||||
|
verbose = true;
|
||||||
|
};
|
||||||
|
branch = {
|
||||||
|
sort = "-committerdate";
|
||||||
|
};
|
||||||
merge = {
|
merge = {
|
||||||
conflictstyle = "zdiff3";
|
conflictstyle = "zdiff3";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user