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

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.95 KB  |  hits: 11  |  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. [alias]
  2.         st = status
  3.         br = branch
  4.         co = checkout
  5.     commit = commit -v
  6.         ci = commit -a -v
  7.         up = pull --rebase
  8.         amend = commit -v --amend
  9.         ammend = commit -v --amend
  10.     fixup = commit -v --amend -C HEAD
  11.         di = diff
  12.         staged = diff --cached
  13.         shwo = show
  14. [color]
  15.         ui = auto
  16.         interactive = auto
  17. [apply]
  18.         whitespace = fix
  19. [diff]
  20.         rename = copy
  21.         renamelimit = 0
  22. [merge]
  23.         log = true
  24.         tool = meld
  25. [repack]
  26.         UseDeltaBaseOffset = true
  27. [svn]
  28.         rmdir = true
  29.         brokenSymlinkWorkaround = false
  30. [help]
  31.         autocorrect = -1
  32. [user]
  33.         name = Florian Ragwitz
  34.         email = rafl@debian.org
  35. [sendemail]
  36.         chainreplyto = false
  37.         confirm = auto
  38. [url "git.gnome.org:/git/"]
  39.         insteadof = gnome:
  40. [url "gitmo@git.moose.perl.org:"]
  41.         insteadof = gitmo:
  42. [url "p5sagit@git.shadowcat.co.uk:"]
  43.         insteadof = p5sagit:
  44. [url "dbsrgits@git.shadowcat.co.uk:"]
  45.         insteadof = dbsrgits:
  46. [url "catagits@git.shadowcat.co.uk:"]
  47.         insteadof = catagits:
  48. [rerere]
  49.         enabled = true
  50. [review "review.cyanogenmod.com"]
  51.         username = rafl