You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			533 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			533 B
		
	
	
	
		
			Plaintext
		
	
[color]
 | 
						|
    diff = auto
 | 
						|
    branch = auto
 | 
						|
    interactive = auto
 | 
						|
    pager = true
 | 
						|
    showbranch = auto
 | 
						|
    status = auto
 | 
						|
[alias]
 | 
						|
    a  = add -p
 | 
						|
    ci = commit
 | 
						|
    co = checkout
 | 
						|
    ff = pull --ff-only
 | 
						|
    # Show files ignored by git
 | 
						|
    ignored = ls-files -o -i --exclude-standard
 | 
						|
    ls = ls-files
 | 
						|
    st = status
 | 
						|
    # Logs
 | 
						|
    lol = log --graph --decorate --pretty=oneline --abbrev-commit
 | 
						|
    lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
 | 
						|
[push]
 | 
						|
    default = simple
 | 
						|
[core]
 | 
						|
    editor = /usr/bin/env vim
 |