* right now i am creating .patches using
* however, if i list original file,
patches will be useless
* how do i create patches without
need to keep of original file?
edit2.patch .... edit10.patch and
i have latest edited file: file.txt
* i want to view what i have added
in 7th patch, is it possible to
apply edit7.patch on file.txt with
discarding changes from edit8.patch?
Code:
diff -u OriginalFile UpdatedFile > PatchFile
patches will be useless
* how do i create patches without
need to keep of original file?
- example_
- i will make 10 edits to a file
edit2.patch .... edit10.patch and
i have latest edited file: file.txt
* i want to view what i have added
in 7th patch, is it possible to
apply edit7.patch on file.txt with
discarding changes from edit8.patch?