Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  2. lg = log --graph --pretty=format:'%C(yellow)%h %Cblue%aN %Cgreen%ar %Creset%s'
  3. ls = log --stat
  4. last = log -1 HEAD
  5. w = log --name-status #short whatchanged
  6. s = show
  7. d = diff
  8. dc = diff --cached
  9. ds = diff --staged
  10. st = status
  11. ss = status -s
  12. ci = commit
  13. co = checkout
  14. cp = cherry-pick
  15. cf = "!git ss | grep UU --color"
  16. ccf = "!git ss | grep UU --color | wc -l"
  17. unstage = reset HEAD --
  18. pr = pull --rebase
  19. prom = pull --rebase origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement