mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	Initial Commit
This commit is contained in:
		
						commit
						e456ebf6ae
					
				
					 12 changed files with 895 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								files/.gitconfig
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										17
									
								
								files/.gitconfig
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
# This is Git's per-user configuration file.
 | 
			
		||||
[user]
 | 
			
		||||
	name = koumakpet
 | 
			
		||||
	email = koumakpet@protonmail.com
 | 
			
		||||
[credential]
 | 
			
		||||
	helper = store
 | 
			
		||||
[alias]
 | 
			
		||||
	l = log --oneline --decorate --all --graph
 | 
			
		||||
	lol = log --pretty=oneline --abbrev-commit --graph
 | 
			
		||||
	lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
 | 
			
		||||
[merge]
 | 
			
		||||
	tool = meld
 | 
			
		||||
[mergetool]
 | 
			
		||||
	keepbackup = false
 | 
			
		||||
	keeptemporaries = false
 | 
			
		||||
[diff]
 | 
			
		||||
	tool = meld
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue