Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ by pressing ``Ctrl+C`` from your terminal.
Storing your Project in git
---------------------------

Storing your project in services like GitHub, GitLab and Bitbucket is easy! New
Symfony projects include an empty Git repository, so you can add everything and
commit:
Storing your project in services like GitHub, GitLab and Bitbucket is easy! Init
a new repository with ``Git`` and you are ready to push to your remote:

.. code-block:: terminal

$ git init
$ git add .
$ git commit -m "Initial commit"

Expand Down