20 lines
		
	
	
		
			401 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			401 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[user]
 | 
						|
	email = debucquoy.anthony@gmail.com
 | 
						|
	name = Anthony Debucquoy
 | 
						|
	signingkey = 3D06B2E67463D272D769DF59A78D6421F083D42E
 | 
						|
[init]
 | 
						|
	defaultBranch = master
 | 
						|
[commit]
 | 
						|
	gpgsign = true
 | 
						|
[core]
 | 
						|
	editor = vim
 | 
						|
	autocrlf = input
 | 
						|
[merge]
 | 
						|
	tool = vimdiff
 | 
						|
[alias]
 | 
						|
	gone = !git branch -v | awk '/gone/ { print $1 }'
 | 
						|
	dog = log --decorate --oneline --graph
 | 
						|
	fap = fetch --all --prune
 | 
						|
[push]
 | 
						|
	autoSetupRemote = true
 |