Skip to content

Update new_project_git.rst #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2013
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
9 changes: 3 additions & 6 deletions cookbook/workflow/new_project_git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ votre dépôt local git :

$ git commit -m "Initial commit"

8. Finalement, téléchargez toutes les bibliothèques tierces :

.. code-block:: bash

$ php bin/vendors install
8. Finalement, téléchargez toutes les bibliothèques tierces en utilisant composer.
vous pourrez trouver plus d'informations sur :ref:`mettre-a-jour-les-vendors`.

A ce point, vous disposez d'un projet Symfony2 totalement fonctionnel qui est
correctement committé sous git. Vous pouvez immédiatement commencer à
Expand Down Expand Up @@ -161,4 +158,4 @@ qui aide à gérer ceci est `Gitolite`_.
.. _`GitHub`: https://github.com/
.. _`dépôt barebones`: http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository
.. _`Gitolite`: https://github.com/sitaramc/gitolite
.. _`Github .gitignore`: https://help.github.com/articles/ignoring-files
.. _`Github .gitignore`: https://help.github.com/articles/ignoring-files