Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. [alias]
  3. meatloaf = archive -o meatloaf.zip HEAD
  4. lsl = log --oneline --decorate --graph --all
  5. ds = diff --staged
  6. st = status -sb
  7. fup = log --since '1 day ago' --oneline --author james@bigseadesign.com
  8. rhh = reset --hard HEAD
  9. hist = log --color --pretty=format:\"%C(yellow)%h%C(reset) %s%C(bold red)%d%C(reset) %C(green)%ad%C(reset) %C(blue)[%an]%C(reset)\" --relative-date --decorate
  10. # basic
  11. cp = cherry-pick
  12. cl = clone
  13. ci = commit
  14. co = checkout
  15. br = branch
  16. diff = diff --word-diff
  17. changed = diff-tree --no-commit-id --name-only -r
  18. # stash
  19. sl = stash list
  20. sa = stash apply
  21. ss = stash save
  22. # logs
  23. l = log
  24. lh = log --graph
  25. la = !git lh --date-order --all 2> /dev/null
  26. lb = log --graph --simplify-by-decoration
  27. lba = !git lb --all
  28. h = !git --no-pager log --graph -n 15
  29. a = !git --no-pager la -n 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement