| 123456789101112131415161718 | 
							- [user]
 
- 	name = Thomas Dy
 
- 	email = thatsmydoing@gmail.com
 
- [core]
 
- 	excludesfile = ~/.gitignore_global
 
- 	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"
 
 
  |