Guest User

Untitled

a guest
Aug 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [user]
  2. name = Paul Annesley
  3. email = ...
  4. [color]
  5. ui = auto
  6. [alias]
  7. st = status
  8. co = checkout
  9. l = log --graph
  10. r = !git --no-pager l -20
  11. aa = add --all
  12. dc = diff --cached
  13. ci = commit
  14. [push]
  15. default = current
  16. [format]
  17. pretty = format:%C(blue)%h%C(reset) - %s %C(green)- %an%C(reset) %C(blue)(%ar)%C(reset)
Add Comment
Please, Sign In to add comment