git revert changes to a file in a commit

Posted by becomingGuru on Stack Overflow See other posts from Stack Overflow or by becomingGuru
Published on 2010-04-12T08:44:19Z Indexed on 2010/04/12 9:13 UTC
Read the original article Hit count: 289

Filed under:
|
|

I want to revert changes made by a particular commit to a given file only.

Can I use git revert command for that?

Any other simple way to do it?

© Stack Overflow or respective owner

Related posts about git

Related posts about revert