Skip to content

Commit

Permalink
Merge pull request #1345 from gajdaw/2_0_remove__git_lock_caution
Browse files Browse the repository at this point in the history
2 0 remove  git lock caution
  • Loading branch information
weaverryan committed May 15, 2012
2 parents 23e4486 + c3be615 commit 58e2d8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cookbook/workflow/new_project_git.rst
Expand Up @@ -85,7 +85,13 @@ changes to your git repository.
your project will contain complete the git history of all the bundles
and libraries defined in the ``deps`` file. It can be as much as 100 MB!
You can remove the git history directories with the following command:
If you save current versions of all depencencies with command:

.. code-block:: bash
$ php bin/vendors lock
then you can remove the git history directories with the following command:

.. code-block:: bash
Expand Down

0 comments on commit 58e2d8a

Please sign in to comment.