Here is my story for the "somefolder" folder
$ git log somefolder commit 89cd More changes to somefolder commit ef47a Updating somefolder and other stuff commit e095 Bugs fixed in somefolder
I want to return some folder back to "Bugs fixed in some folder".
Since the second commit is related to changes outside of some folder, I do not want to return this commit.
I think the safest way would be to create a diff / patch between commit e095 and 89cd, which applies only to some folder, and then apply this patch. How can i do this?
git
hitfactory May 25 '11 at 2:54 2011-05-25 02:54
source share