| 123456789101112131415161718192021 |
- [init]
- defaultBranch = main
- [push]
- autoSetupRemote = true
- [rerere]
- enabled = true
- [column]
- ui = auto
- [branch]
- sort = -committerdate
- [tag]
- sort = version:refname
- [diff]
- algorithm = histogram
- colorMoved = plain
- mnemonicPrefix = true
- renames = true
- [fetch]
- prune = true
- pruneTags = true
- all = true
|