[core]
  repositoryformatversion = 0
  filemode = true
  bare = false
  logallrefupdates = true

[remote "github"]
	url = https://github.com/hyperchessbot/pgnparse.git
	fetch = +refs/heads/*:refs/remotes/github/*

[remote "gitlab"]
	url = https://gitlab.com/hyperchessbotauthor/pgnparse.git
	fetch = +refs/heads/*:refs/remotes/gitlab/*

