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

Untitled

By: a guest on May 17th, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 12  |  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. #...
  2. [color]
  3.         ui = true
  4.  
  5. [alias]
  6.         panic = !tar cvf ../git_panic.tar . # Tar git local repository to parent folder
  7.         st = status
  8.         co = checkout
  9.         ci = commit
  10.         cs = commit -s
  11.         br = branch
  12.         lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  13.         # display a pretty formatted log