12 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			238 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
 | 
						|
 |