Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Patches

Some Useful Patches

Creating the patch:

diff -Naur original.txt new.txt > diff.patch

Using the patch:

patch original.txt diff.patch

About

Some Useful Patches

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors