1234567891011121314151617 |
- [user]
- name = Thomas Dy
- email = thatsmydoing@gmail.com
- [core]
- autocrlf = input
- [color]
- ui = true
- [diff]
- algorithm = patience
- [push]
- default = matching
- [alias]
- root = !pwd
- assume = update-index --assume-unchanged
- unassume = update-index --no-assume-unchanged
- assumed = "!git ls-files -v | grep ^h | cut -c 3-"
- lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit"
|