diff --git a/symlinks/files/auto-link/.gitconfig b/symlinks/files/auto-link/.gitconfig index 6e4f58a..586e025 100644 --- a/symlinks/files/auto-link/.gitconfig +++ b/symlinks/files/auto-link/.gitconfig @@ -58,3 +58,21 @@ autoSquash = true autoStash = true updateRefs = true +[fetch] + prune = true + pruneTags = true + all = true +[branch] + sort = -committerdate +[tag] + sort = version:refname +[diff] + algorithm = histogram +[push] + autoSetupRemote = true + followTags = true +[commit] + verbose = true +[rerere] + enabled = true + autoupdate = true