Skip to content

Commit 1ffcc41

Browse files
committed
minor #8894 Mention that new Symfony projects already contain a Git repository (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Mention that new Symfony projects already contain a Git repository This fixes #8891. Commits ------- 1aee1b5 Mention that new Symfony projects already contain a Git repository
2 parents 73ed6a4 + 1aee1b5 commit 1ffcc41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,18 @@ by pressing ``Ctrl+C`` from your terminal.
8282
Storing your Project in git
8383
---------------------------
8484

85-
Storing your project in git is easy! Just initialize you repository, add everything
86-
and commit:
85+
Storing your project in services like GitHub, GitLab and Bitbucket is easy! New
86+
Symfony projects include an empty Git repository, so you can add everything and
87+
commit:
8788

8889
.. code-block:: terminal
8990
90-
$ git init
9191
$ git add .
9292
$ git commit -m "Initial commit"
9393
9494
Your project already has a sensible ``.gitignore`` file. And as you install more
95-
packages, a system called :ref:`Flex <flex-quick-intro>` will add more lines to that
96-
file when needed.
95+
packages, a system called :ref:`Flex <flex-quick-intro>` will add more lines to
96+
that file when needed.
9797

9898
.. _install-existing-app:
9999

0 commit comments

Comments
 (0)