8000 Update setup.rst · weaverryan/symfony-docs@d807297 · GitHub
[go: up one dir, main page]

Skip to content

Commit d807297

Browse files
Pierstovalweaverryan
authored andcommitted
Update setup.rst
1 parent d6b2996 commit d807297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ by pressing ``Ctrl+C`` from your terminal.
7777
Storing your Project in git
7878
---------------------------
7979

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:
80+
Storing your project in services like GitHub, GitLab and Bitbucket is easy! Init
81+
a new repository with ``Git`` and you are ready to push to your remote:
8382

8483
.. code-block:: terminal
8584
85+
$ git init
8686
$ git add .
8787
$ git commit -m "Initial commit"
8888

0 commit comments

Comments
 (0)
0