Last active
June 7, 2026 13:24
-
-
Save bricss/36235adfbd541cbfda1983d55efa7c9d to your computer and use it in GitHub Desktop.
Configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 = false | |
| deltaBaseCacheLimit = 2g | |
| eol = lf | |
| excludesfile = %USERPROFILE%\\Documents\\gitignore_global.txt | |
| 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 | |
| [maintenance] | |
| [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 | |
| [scalar] | |
| [tag] | |
| sort = version:refname | |
| [tar "tar.xz"] | |
| command = xz -c | |
| [transfer] | |
| fsckObjects = true | |
| [user] | |
| [bitmapPseudoMerge "all"] | |
| pattern = refs/(heads|tags)/ | |
| threshold = now | |
| stableThreshold = never |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [experimental] | |
| autoMemoryReclaim=dropcache | |
| hostAddressLoopback=true | |
| sparseVhd=true | |
| [wsl2] | |
| dnsTunneling=true | |
| firewall=false | |
| networkingMode=mirrored | |
| virtiofs=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment