Creating a patch file from a diff of 2 folders
Posted
by karatchov
on Stack Overflow
See other posts from Stack Overflow
or by karatchov
Published on 2010-03-17T07:44:38Z
Indexed on
2010/03/17
7:51 UTC
Read the original article
Hit count: 204
I made some changes to an open source project without taking time to create proper patch files.
Now, the maintainer of the project released a new version, and among new and edited files, there are a bunch of renamed files.
Whats is the best way to apply my changes to the new version ?
I'm completely new to diff/patch use, and If I can get it done with git, it would be better.
© Stack Overflow or respective owner