File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,18 +76,18 @@ by pressing ``Ctrl+C`` from your terminal.
7676Storing 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
9292Troubleshooting: The Requirements Checker
9393-----------------------------------------
You can’t perform that action at this time.
0 commit comments