[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/bensalcie/Agri-Sasa.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "github"]
	url = https://github.com/bensalcie/AgriSasa.git
	fetch = +refs/heads/*:refs/remotes/github/*
[branch "master"]
	remote = SourceCode
	merge = refs/heads/master
[remote "SourceCode"]
	url = https://github.com/bensalcie/Agri-Sasa.git
	fetch = +refs/heads/*:refs/remotes/SourceCode/*
