Skip to content

rtaylor777/Patches

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published