I have a project that we use GIT for versioning. However, one of the programmers uploaded a wrong version to the remote server, gave commit
, push
and several commits
and pushs
.
There the site got an error. We try git checkout <commit numero>
, git revert
and nothing!
I want to undo all the changes that he made on a certain date to what it was before, and figure out how to undo those changes after a user gives a push
on the server.