Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [core]
  2. editor = gedit
  3. [user]
  4. email = user@email.com
  5. name = User name
  6. [color]
  7. diff = auto
  8. status = auto
  9. branch = auto
  10. interactive = auto
  11. ui = true
  12. pager = true
  13. [alias]
  14. co = checkout
  15. ci = commit
  16. st = status
  17. br = branch
  18. hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
  19. type = cat-file -t
  20. dump = cat-file -p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement