Skip to content

Commit 9e860a1

Browse files
committed
minor #9900 Update Git setup (Pierstoval)
This PR was merged into the 4.0 branch. Discussion ---------- Update Git setup Linked to symfony/recipes#419 Commits ------- 731bfab Update setup.rst
2 parents 62b3c9f + 731bfab commit 9e860a1

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)