I\'ve committed a bunch of changes to a repository, and they were reverted by someone else (they compile on windows but not on linux). I think that the changes are still in the
Have you tried reverting the revert?
They reverted your commit using
git revert
The revert itself is a commit and has its own commit id. So now you need to do