I need to revert files from various commits to their previous state.
The reason is we won't deliver a particular functionality in this release.
I have spotted the commits already.
I think cherry-pick and/or rebase is in order but the search results I have confuse me a bit more.
How do I pick an specific version from previous commits in git?