I have already published a project on the heroku
now I want to update my individual page with individual commit.
when I try by this way:
git fetch
git checkout -m <revision> <yourfilepath>
git add <yourfilepath>
git commit
But, when I go on the git checkout -m <revision> <filepath>
then my updated value or data has deleted.
I had did like this: git checkout -m master .\client\src\pages\About.js
I have followed from here but still can't solved my problem
I don't know how to solve this problem.
Anyone find my mistake!