mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			482 B
		
	
	
	
		
			INI
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			482 B
		
	
	
	
		
			INI
		
	
	
		
			Executable file
		
	
	
	
	
# 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
 |