ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

generating a patch with diff #244

Open ruebenramirez opened 8 years ago

ruebenramirez commented 8 years ago

Because I've been creating git repos for #allthethings, I haven't used diff in a while.

There are some useful diff command flags to generate a diff patch: diff -Naur <file-before-change.ext> <file-after-change.ext>