Guest User

Untitled

a guest
Jul 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [alias]
  2. st = status
  3. ci = commit
  4. co = checkout
  5. br = branch
  6. b = branch
  7. track = checkout -b
  8. s = stash
  9. d = diff
  10. a = add .
  11. tp = !rake && git push
  12. ptp = !git pull && rake && git push
  13. lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
Add Comment
Please, Sign In to add comment