Hi everyone, let me share some feelings here.
We always push the git commit by the client project and after that, the client always requests us to remove everything we did before…
So we just need to rollback the git, it is frustrating, right?
But we also have to rollback that to the old status… Then here is the code.
1 2 3 4 5 6 7 |
//Find the commit code in git git reset --hard [The commit code that you want to go there] //when you push, please remember to add --force git push --force //Done |
Hope every client please confirm your goal then assign it to the render.