We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b3c9f + 731bfab commit 9e860a1Copy full SHA for 9e860a1
setup.rst
@@ -77,12 +77,12 @@ by pressing ``Ctrl+C`` from your terminal.
77
Storing your Project in git
78
---------------------------
79
80
-Storing your project in services like GitHub, GitLab and Bitbucket is easy! New
81
-Symfony projects include an empty Git repository, so you can add everything and
82
-commit:
+Storing your project in services like GitHub, GitLab and Bitbucket is easy! Init
+a new repository with ``Git`` and you are ready to push to your remote:
83
84
.. code-block:: terminal
85
+ $ git init
86
$ git add .
87
$ git commit -m "Initial commit"
88
0 commit comments