31 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[user]
 | 
						|
  name = Michael Campagnaro
 | 
						|
  email = mikecampo@gmail.com
 | 
						|
[merge]
 | 
						|
  summary = true
 | 
						|
  tool = vimdiff
 | 
						|
[core]
 | 
						|
	editor = /usr/bin/vim
 | 
						|
[push]
 | 
						|
	default = upstream
 | 
						|
[github]
 | 
						|
	user = mikecampo
 | 
						|
[diff]
 | 
						|
	algorithm = patience
 | 
						|
[color]
 | 
						|
  diff = auto
 | 
						|
  status = auto
 | 
						|
  branch = auto
 | 
						|
  interactive = auto
 | 
						|
  ui = true
 | 
						|
  pager = true
 | 
						|
[color "branch"]
 | 
						|
  current = yellow reverse
 | 
						|
  local   = yellow
 | 
						|
  remote  = green
 | 
						|
[color "diff"]
 | 
						|
  meta = blue
 | 
						|
  frag = magenta
 | 
						|
  old  = red
 | 
						|
  new  = green
 |