shadowm

Untitled

Mar 30th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. shadowm@nanacore:~/src/wesnoth$ cat .git/config
  2. [core]
  3. repositoryformatversion = 0
  4. filemode = true
  5. bare = false
  6. logallrefupdates = true
  7. [remote "origin"]
  8. fetch = +refs/heads/*:refs/remotes/origin/*
  9. url = ssh://[email protected]/p/wesnoth/code
  10. [branch "master"]
  11. remote = origin
  12. merge = refs/heads/master
  13. rebase = true
  14. [branch "1.10"]
  15. remote = origin
  16. merge = refs/heads/1.10
  17. rebase = true
  18. [rebase]
  19. stat = true
Advertisement
Add Comment
Please, Sign In to add comment