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.
76
76
Storing your Project in git
77
77
---------------------------
78
78
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:
81
82
82
83
.. code-block :: terminal
83
84
84
- $ git init
85
85
$ git add .
86
86
$ git commit -m "Initial commit"
87
87
88
88
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.
91
91
92
92
Troubleshooting: The Requirements Checker
93
93
-----------------------------------------
You can’t perform that action at this time.
0 commit comments