Here's what gives the latest diff
diff --git a/app/config/parameters.yml b/app/config/parameters.yml
deleted file mode 100755
index [not important]
--- a/app/config/parameters.yml
+++ /dev/null
With a comment comming with it: git log
:
commit [not important]
Author: <not important>
Date: [not important]
Never commit the parameters.yml
And now git has deleted this file, which breaks the whole website. How to restore it?
This is not a duplicate because if I do this:
>git checkout [rev number not ipmortant] -- app/config/parameters.yml
error: pathspec 'app/config/parameters.yml' did not match any file(s) known to git.
So how comes it's in the history?