18 lines
		
	
	
		
			385 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			385 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [user]
 | |
| 	email = paul@hptrow.me
 | |
| 	name = Paul Trowbridge
 | |
| [core]
 | |
| 	autocrlf = false
 | |
| 	editor = vim
 | |
| [push]
 | |
| 	default = simple
 | |
| [alias]
 | |
|     quick-stats = ! /usr/local/bin/git-quick-stats
 | |
| 	pushall = !git remote | xargs -L1 git push
 | |
| [log]
 | |
|         date = format:%Y-%m-%d %H:%M:%S
 | |
| [format]
 | |
|         pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
 | |
| [diff]
 | |
|         tool = vimdiff
 |