Skip to content

Instantly share code, notes, and snippets.

@bricss
Last active December 5, 2025 15:06
Show Gist options
  • Select an option

  • Save bricss/36235adfbd541cbfda1983d55efa7c9d to your computer and use it in GitHub Desktop.

Select an option

Save bricss/36235adfbd541cbfda1983d55efa7c9d to your computer and use it in GitHub Desktop.
Git config
[advice]
pushAlreadyExists = true
[apply]
whitespace = fix
[branch]
sort = -committerdate
[column]
ui = auto
[commit]
verbose = true
[color]
branch = auto
diff = auto
interactive = true
status = auto
[core]
autocrlf = true
deltaBaseCacheLimit = 2g
excludesfile = ~/.gitignore
fscache = true
fsmonitor = true
symlinks = true
untrackedCache = true
[diff]
algorithm = histogram
colorMoved = plain
colorMovedWS = allow-indentation-change
mnemonicPrefix = true
renames = copies
[fetch]
all = true
fsckObjects = true
prune = true
pruneTags = true
showForcedUpdates = true
writeCommitGraph = true
[format]
pretty = fuller
[help]
autocorrect = prompt
[log]
date = iso
[merge]
autoStash = true
conflictStyle = zdiff3
[pack]
allowPackReuse = multi
threads = 0
useBitmapBoundaryTraversal = true
[pull]
ff = only
rebase = true
[push]
autoSetupRemote = true
default = current
followTags = true
useForceIfIncludes = true
[receive]
fsckObjects = true
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
[rerere]
autoUpdate = true
enabled = true
[tag]
sort = version:refname
[tar "tar.xz"]
command = xz -c
[transfer]
fsckObjects = true
[user]
name = <username>
email = <email>
[bitmapPseudoMerge "all"]
pattern = refs/(heads|tags)/
threshold = now
stableThreshold = never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment