Remove empty git repository

This commit is contained in:
Nicolas Grekas
2018-06-07 21:07:21 +02:00
parent 39244360f0
commit a592c0c393
6 changed files with 4 additions and 10 deletions
-1
View File
@@ -1 +0,0 @@
ref: refs/heads/master
-5
View File
@@ -1,5 +0,0 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
+1 -2
View File
@@ -1,6 +1,5 @@
{
"copy-from-recipe": {
".env.dist": ".env.dist",
"git/": ".git"
".env.dist": ".env.dist"
}
}
@@ -4,8 +4,9 @@
* <fg=blue>Run</> your application:
1. Change to the project directory
2. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command;
3. Browse to the <comment>http://localhost:8000/</> URL.
2. Create your code repository with the <comment>git init</comment> command
3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
4. Browse to the <comment>http://localhost:8000/</> URL.
Quit the server with CTRL-C.
Run <comment>composer require server --dev</> for a better web server.