.git/config
author Pascal Volk <user@localhost.localdomain.org>
Sun, 21 Nov 2021 22:04:40 +0000
changeset 762 0147c0a9ce2b
permissions -rw-r--r--
Added a README and the files of the empty vmm.git Simply `git pull` it.

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://bitbucket.org/pvo/vmm.git
	fetch = +refs/heads/*:refs/remotes/origin/*