Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [color]
  2.     diff  = auto
  3.     status= auto
  4.     branch= auto
  5.     interactive = true
  6.  
  7. [alias]
  8.     ci = commit
  9.     di = diff --color-words
  10.     st = status
  11.     co = checkout
  12.     addremove = "!sh -c 'git add .; git ls-files --deleted | xargs git rm'"
  13.     undo = checkout
  14.     unstage = reset
  15.  
  16. [core]
  17.     editor = mate -w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement