Skip to content

Commit

Permalink
Merge pull request #9174 from IvanZugec/patch-1
Browse files Browse the repository at this point in the history
Capitalised the word "But" in point 3.
  • Loading branch information
Seldaek committed Sep 2, 2020
2 parents 4ac9f44 + 2b4e974 commit 86ff43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you really feel like you must do this, you have a few options:
3. Remove the `.git` directory of every dependency after the installation, then
you can add them to your git repo. You can do that with `rm -rf vendor/**/.git`
in ZSH or `find vendor/ -type d -name ".git" -exec rm -rf {} \;` in Bash.
but this means you will have to delete those dependencies from disk before
But this means you will have to delete those dependencies from disk before
running composer update.
4. Add a .gitignore rule (`/vendor/**/.git`) to ignore all the vendor `.git` folders.
This approach does not require that you delete dependencies from disk prior to
Expand Down

0 comments on commit 86ff43d

Please sign in to comment.