[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	url = https://mthws@bitbucket.org/mthws/my-git-repo.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "john"]
	url = https://mthws@bitbucket.org/mthws/johns-repo.git
	fetch = +refs/heads/*:refs/remotes/john/*
