mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-05 22:48:39 +00:00
Update Git config (#111)
This commit is contained in:
@@ -76,6 +76,14 @@
|
|||||||
push = {
|
push = {
|
||||||
default = "current";
|
default = "current";
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
|
followTags = true;
|
||||||
|
};
|
||||||
|
fetch = {
|
||||||
|
prune = true;
|
||||||
|
all = true;
|
||||||
|
};
|
||||||
|
help = {
|
||||||
|
autocorrect = "prompt";
|
||||||
};
|
};
|
||||||
pull = {
|
pull = {
|
||||||
rebase = false;
|
rebase = false;
|
||||||
@@ -83,6 +91,15 @@
|
|||||||
init = {
|
init = {
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
branch = {
|
||||||
|
sort = "-committerdate";
|
||||||
|
};
|
||||||
|
column = {
|
||||||
|
ui = "auto";
|
||||||
|
};
|
||||||
|
tag = {
|
||||||
|
sort = "version:refname";
|
||||||
|
};
|
||||||
advice = {
|
advice = {
|
||||||
addIgnoredFile = false;
|
addIgnoredFile = false;
|
||||||
};
|
};
|
||||||
@@ -100,6 +117,8 @@
|
|||||||
};
|
};
|
||||||
diff = {
|
diff = {
|
||||||
colorMoved = "default";
|
colorMoved = "default";
|
||||||
|
algorithm = "histogram";
|
||||||
|
renames = true;
|
||||||
};
|
};
|
||||||
"protocol.file" = {
|
"protocol.file" = {
|
||||||
allow = "always";
|
allow = "always";
|
||||||
|
Reference in New Issue
Block a user