.git/config

The content of .git/config is:
11[core][core]
22 repositoryformatversion = 0 repositoryformatversion = 0
33 filemode = true filemode = true
44 bare = false bare = false
55 logallrefupdates = true logallrefupdates = true
6[remote "bob"]
7 url = /home/rene/github/github/git-internals/repos/using-git-for-collaboration/Bob
8 fetch = +refs/heads/*:refs/remotes/bob/*


Return to example