Patch

From Attie's Wiki
Revision as of 18:08, 4 May 2012 by Attie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to create a patch:

diff -Nurp original new > update.patch
diff -cprN original new > update.patch

OR for a less conventional format:

diff -crB Tb01 Tb02 > Tb02.patch

To apply a patch:

patch --dry-run -p1 -i update.patch
patch -p1 -i update.patch
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox