[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	url = https://bitbucket.org/mthws/my-git-repo.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[user]
	name = John
	email = john.example@johnmathews.eu
[remote "john-public"]
	url = https://mthws@bitbucket.org/mthws/johns-repo.git
	fetch = +refs/heads/*:refs/remotes/john-public/*
