.git/config
changeset 762 0147c0a9ce2b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.git/config	Sun Nov 21 22:04:40 2021 +0000
@@ -0,0 +1,8 @@
+[core]
+	repositoryformatversion = 0
+	filemode = true
+	bare = false
+	logallrefupdates = true
+[remote "origin"]
+	url = https://bitbucket.org/pvo/vmm.git
+	fetch = +refs/heads/*:refs/remotes/origin/*