Advertisement
aikikode

.gitconfig

Mar 11th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. [alias]
  2.   co = checkout
  3.   ci = commit
  4.   st = status
  5.   br = branch
  6.   hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=iso
  7.   type = cat-file -t
  8.   dump = cat-file -p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement