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 = {
|
||||
default = "current";
|
||||
autoSetupRemote = true;
|
||||
followTags = true;
|
||||
};
|
||||
fetch = {
|
||||
prune = true;
|
||||
all = true;
|
||||
};
|
||||
help = {
|
||||
autocorrect = "prompt";
|
||||
};
|
||||
pull = {
|
||||
rebase = false;
|
||||
@@ -83,6 +91,15 @@
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
branch = {
|
||||
sort = "-committerdate";
|
||||
};
|
||||
column = {
|
||||
ui = "auto";
|
||||
};
|
||||
tag = {
|
||||
sort = "version:refname";
|
||||
};
|
||||
advice = {
|
||||
addIgnoredFile = false;
|
||||
};
|
||||
@@ -100,6 +117,8 @@
|
||||
};
|
||||
diff = {
|
||||
colorMoved = "default";
|
||||
algorithm = "histogram";
|
||||
renames = true;
|
||||
};
|
||||
"protocol.file" = {
|
||||
allow = "always";
|
||||
|
Reference in New Issue
Block a user