gitconfig
This commit is contained in:
		
							
								
								
									
										15
									
								
								git/.gitconfig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								git/.gitconfig
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
[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 }'
 | 
			
		||||
		Reference in New Issue
	
	Block a user