Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $ cat ~/.gitconfig
  2. [gui]
  3. recentrepo = C:/buildium/src/buildiumcode
  4. [user]
  5. email = ben.jacobs@buildium.com
  6. name = Ben Jacobs
  7. [core]
  8. editor = vim
  9. autocrlf = false
  10. [push]
  11. default = simple
  12. [merge]
  13. tool = vimdiff2
  14. [alias]
  15. recent = for-each-ref --sort='-authordate:iso8601' --format=' %(authordate:relative)%09%(refname:short)' refs/heads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement