Git revert just some files in commit

Viewed 42235

I have few commits on github that I want to change. So in my previous commit I've changed some file/folders and I need to revert changes only for some of them. What is the best solution to make it.

2 Answers
Related