Skip to content

Commit 1aee1b5

Browse files
committed
Mention that new Symfony projects already contain a Git repository
1 parent 13d112b commit 1aee1b5

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
@@ -76,18 +76,18 @@ by pressing ``Ctrl+C`` from your terminal.
7676
Storing your Project in git
7777
---------------------------
7878

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

8283
.. code-block:: terminal
8384
84-
$ git init
8585
$ git add .
8686
$ git commit -m "Initial commit"
8787
8888
Your project already has a sensible ``.gitignore`` file. And as you install more
89-
packages, a system called :ref:`Flex <flex-quick-intro>` will add more lines to that
90-
file when needed.
89+
packages, a system called :ref:`Flex <flex-quick-intro>` will add more lines to
90+
that file when needed.
9191

9292
Troubleshooting: The Requirements Checker
9393
-----------------------------------------

0 commit comments

Comments
 (0)