Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 21st, 2012  |  syntax: None  |  size: 0.50 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [merge]
  2.   ff = only
  3.  
  4. [rerere]
  5.   enabled = 1
  6.  
  7. [alias]
  8.   st = status
  9.   di = diff
  10.   co = checkout
  11.   ci = commit
  12.   br = branch
  13.   sta = stash
  14.   gr = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short
  15.  
  16. [color]
  17.   ui = auto
  18.  
  19. [color "branch"]
  20.   current = yellow reverse
  21.   local = yellow
  22.   remote = green
  23.  
  24. [color "diff"]
  25.   meta = yellow bold
  26.   frag = magenta bold
  27.   old = red bold
  28.   new = green bold
  29.  
  30. [color "status"]
  31.   added = yellow
  32.   changed = green
  33.   untracked = cyan