Add .gitconfig
This commit is contained in:
		
							
								
								
									
										11
									
								
								dot_gitconfig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								dot_gitconfig
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
# ~/.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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user