Add local empty git repo by default

This commit is contained in:
Nicolas Grekas
2017-12-14 20:58:17 +01:00
parent c6e5333f24
commit 55427799b2
5 changed files with 8 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ref: refs/heads/master
+5
View File
@@ -0,0 +1,5 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
+2 -1
View File
@@ -1,5 +1,6 @@
{
"copy-from-recipe": {
".env.dist": ".env.dist"
".env.dist": ".env.dist",
"git/": ".git"
}
}