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 1baf7e0

Browse filesBrowse files
author
Nic Wortel
committed
Remove dash
1 parent 6fd5e52 commit 1baf7e0
Copy full SHA for 1baf7e0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎cookbook/workflow/new_project_git.rst‎

Copy file name to clipboardExpand all lines: cookbook/workflow/new_project_git.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ git repository:
4747
As you might have noticed, not all files that were downloaded by Composer in step 1,
4848
have been staged for commit by Git. Certain files and folders, such as the project's
4949
dependencies (which are managed by Composer), ``parameters.yml`` (which contains sensitive
50-
information such as database credentials), log- and cache files and dumped assets (which are
50+
information such as database credentials), log and cache files and dumped assets (which are
5151
created automatically by your project), should not be committed in Git. To help you prevent
5252
committing those files and folders by accident, the Standard Distribution comes with a
5353
file called ``.gitignore``, which contains a list of files and folders that Git should

0 commit comments

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