| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- [user]
- name = raylu
- email = 90059+raylu@users.noreply.github.com
- signingkey = BA778D8B
- [color]
- ui = true
- interactive = true
- [color "status"]
- added = green bold
- changed = red bold
- untracked = cyan
- [color "diff"]
- meta = cyan bold
- old = red bold
- new = green bold
- frag = blue
- commit = yellow bold
- [color "branch"]
- current = green bold
- local = bold
- remote = red bold
- [color "grep"]
- match = cyan
- [pager]
- color = true
- [core]
- editor = vi
- pager = diff-so-fancy | less -FXRS -x4
- untrackedCache = true
- [merge]
- defaultToUpstream = true
- [rebase]
- autosquash = true
- [rerere]
- enabled = true
- [fetch]
- prune = true
- [pull]
- ff = true
- [push]
- default = upstream
- [diff]
- tool = vimdiff
- [log]
- decorate = true
- [alias]
- short = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --patience
- ff = merge --ff-only
- put = !git-push && git-push --tags
- pushf = push --force-with-lease
- [protocol]
- version = 2
- [init]
- defaultBranch = main
- [diff-so-fancy]
- markEmptyLines = false
|