Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba9bb46

Browse filesBrowse files
committed
[cookbook] Minor tweaks per @AurelC2G and @jjbohn
1 parent b21a16f commit ba9bb46
Copy full SHA for ba9bb46

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/workflow/new_project_git.rst

Copy file name to clipboardExpand all lines: cookbook/workflow/new_project_git.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ git repository:
5151

5252
.. code-block:: bash
5353
54-
$ git add *
54+
$ git add .
5555
5656
7. Create an initial commit with your started project:
5757

@@ -85,7 +85,7 @@ Every Symfony project uses a large group of third-party "vendor" libraries.
8585
By default, these libraries are downloaded by running the ``php bin/vendors install``
8686
script. This script reads from the ``deps`` file, and downloads the given
8787
libraries into the ``vendor/`` directory. It also reads ``deps.lock`` file,
88-
pinning each library listed their to the exact git commit hash.
88+
pinning each library listed there to the exact git commit hash.
8989

9090
In this setup, the vendors libraries aren't part of your git repository,
9191
not even as submodules. Instead, we rely on the ``deps`` and ``deps.lock``

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.