1 | 1 | [core] | [core] |
2 | 2 | repositoryformatversion = 0 | repositoryformatversion = 0 |
3 | 3 | filemode = true | filemode = true |
4 | 4 | bare = false | bare = false |
5 | 5 | logallrefupdates = true | logallrefupdates = true |
6 | 6 | [remote "origin"] | [remote "origin"] |
7 | 7 | url = /home/rene/github/github/git-internals/repos/branch_2/Alice | url = /home/rene/github/github/git-internals/repos/branch_2/Alice |
8 | 8 | fetch = +refs/heads/*:refs/remotes/origin/* | fetch = +refs/heads/*:refs/remotes/origin/* |
9 | 9 | [branch "fixTypo"] | [branch "fixTypo"] |
10 | 10 | remote = origin | remote = origin |
11 | 11 | merge = refs/heads/fixTypo | merge = refs/heads/fixTypo |
| 12 | | [branch "master"] |
| 13 | | remote = origin |
| 14 | | merge = refs/heads/master |