18 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			341 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# ~/.gitconfig
 | 
						|
 | 
						|
[includeIf "gitdir:~/work/"]
 | 
						|
    path = .gitconfig-work
 | 
						|
[includeIf "gitdir:~/private/"]
 | 
						|
    path = .gitconfig-private
 | 
						|
 | 
						|
# Special Cases
 | 
						|
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
 | 
						|
    path = .gitconfig-private
 | 
						|
 | 
						|
# Fallthrough
 | 
						|
[user]
 | 
						|
	email = florian.beisel@intersport.de
 | 
						|
	name = Florian Beisel
 | 
						|
[gpg]
 | 
						|
	format = ssh
 |