[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	hooksPath = /dev/null
[remote "origin"]
	url = https://github.com/Silverpeas/official-images
	fetch = +refs/heads/*:refs/remotes/origin/*
[credential]
	helper = "!f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f"
[remote "docker"]
	url = https://github.com/docker-library/official-images.git
	fetch = +refs/heads/*:refs/remotes/docker/*
