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.
		
		
		
		
		
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			642 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			27 lines
		
	
	
		
			642 B
		
	
	
	
		
			Plaintext
		
	
[core]
 | 
						|
	editor = vim
 | 
						|
	excludesfile = ~/.gitignore
 | 
						|
[color]
 | 
						|
	branch = auto
 | 
						|
	diff = auto
 | 
						|
	interactive = auto
 | 
						|
	status = auto
 | 
						|
	ui = auto
 | 
						|
[user]
 | 
						|
	name = Buddy Sandidge
 | 
						|
	email = buddysandidge@gmail.com
 | 
						|
[alias]
 | 
						|
	br = branch
 | 
						|
	ci = commit
 | 
						|
	co = checkout
 | 
						|
	df = diff
 | 
						|
	st = status -sb
 | 
						|
	p = !git fetch --all && git fetch --tags && git pull && git submodule update
 | 
						|
	sup = submodule update
 | 
						|
	com = checkout master
 | 
						|
	file = show --pretty="format:" --name-only
 | 
						|
	glog = !git log --pretty=oneline | grep
 | 
						|
	dpull = !git svn fetch && git svn rebase
 | 
						|
	dcommit = svn dcommit
 | 
						|
	lg = log --graph --pretty=format:'%Cred%h%Creset %s%Cred%d%Creset %Cgreen(%cr by %cN)%Creset'
 |