I renamed my file
appliances.html.erb => Appliances.html.erb
and, i sent push to server. The file name doesn't changed on server but content does.
I checked .gitignore
and .gitignore-global
. This file wasn't there.
It seems like, the file is updating on server but the filename isn't.
Hows that possible ? and how to fix it ?
EDIT: After doing
git mv app/views/landing_pages/appliances.html.erb app/views/landing_pages/Appliances.html.erb`
fatal: destination exists, source=app/views/landing_pages/appliances.html.erb, destination=app/views/landing_pages/Appliances.html.erb
`