feat: split configuration
This commit is contained in:
		
							
								
								
									
										8
									
								
								config.d/git.bash
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								config.d/git.bash
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# Configuration GIT
 | 
			
		||||
 | 
			
		||||
git config --global user.name "Xavier Logerais"
 | 
			
		||||
git config --global user.email "xavier@logerais.com"
 | 
			
		||||
git config --global rerere.enabled 1
 | 
			
		||||
git config --global merge.conflictstyle diff3
 | 
			
		||||
		Reference in New Issue
	
	Block a user