[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = https://github.com/k3nfalt/distributed_optimization_library.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "anonymous_origin"]
	url = https://github.com/mysteryresearcher/dasha.git
	fetch = +refs/heads/*:refs/remotes/anonymous_origin/*
[remote "dasha_partial_participation"]
	url = https://github.com/mysteryresearcher/dasha-partial-participation.git
	fetch = +refs/heads/*:refs/remotes/dasha_partial_participation/*
[remote "sampling-in-optimal-sgd"]
	url = https://github.com/mysteryresearcher/sampling-in-optimal-sgd
	fetch = +refs/heads/*:refs/remotes/sampling-in-optimal-sgd/*
