.git/config

The content of .git/config is:
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = /home/rene/github/github/git-internals/repos/branch_2/Alice
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "fixTypo"]
	remote = origin
	merge = refs/heads/fixTypo


Return to example