You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/existing-project.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ It's also possible to use Symfony Docker with existing projects!
4
4
5
5
First, [download this skeleton](https://github.com/dunglas/symfony-docker).
6
6
7
-
If you cloned the Git repository you can copy the files from the repository using git and tar:
7
+
If you cloned the Git repository, be sure to not copy the `.git` directory to prevent conflicts with the `.git` directory already in your existing project.
8
+
You can copy the contents of the repository using git and tar. This will not contain `.git` or any uncommited changes.
8
9
9
10
git archive --format=tar HEAD | tar -xC my-existing-project/
0 commit comments