mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 02:38:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			701 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			701 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[user]
 | 
						|
	email = info@rickvanlieshout.com
 | 
						|
	name = Rick van Lieshout
 | 
						|
[alias]
 | 
						|
	tree = log --graph --decorate --pretty=format:'%ar [%h] %an <%ae> - %s'
 | 
						|
	graph = log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative
 | 
						|
	stats = !git graph --stat
 | 
						|
	pushall = !git remote | xargs -L1 git push --all
 | 
						|
	diffname = !git diff --name-only
 | 
						|
	undocommit = reset --soft HEAD~1
 | 
						|
	log-small = log --oneline --no-merges
 | 
						|
[core]
 | 
						|
	autocrlf = input
 | 
						|
	editor = nano
 | 
						|
[pull]
 | 
						|
	rebase = false
 | 
						|
[init]
 | 
						|
	defaultBranch = master
 | 
						|
[filter "lfs"]
 | 
						|
	required = true
 | 
						|
	clean = git-lfs clean -- %f
 | 
						|
	smudge = git-lfs smudge -- %f
 | 
						|
	process = git-lfs filter-process
 |