Advertisement
Guest User

Untitled

a guest
Oct 28th, 2010
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. $ git config -l
  2. user.name=kyak
  3. color.branch=auto
  4. color.diff=auto
  5. color.interactive=auto
  6. color.status=auto
  7. alias.st=status
  8. alias.ci=commit
  9. alias.co=checkout
  10. alias.br=branch
  11. alias.di=diff
  12. alias.lg=log -p
  13. core.pager=less -RX
  14. color.diff.meta=green
  15. color.diff.frag=magenta bold
  16. color.diff.old=red bold
  17. color.diff.new=blue bold
  18. core.repositoryformatversion=0
  19. core.filemode=true
  20. core.bare=false
  21. core.logallrefupdates=true
  22. remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
  23. [email protected]:openwrt-xburst.git
  24. branch.backfire.remote=origin
  25. branch.backfire.merge=refs/heads/backfire
  26. branch.tracking_backfire.remote=origin
  27. branch.tracking_backfire.merge=refs/heads/tracking_backfire
  28. branch.local_backfire.remote=origin
  29. branch.local_backfire.merge=refs/heads/tracking_backfire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement