|
|
|
|
|
by relueeuler
1305 days ago
|
|
Right, but in the context of making code changes, you can use diff. Which aligns with the Unix tool diff, and application of said diff with patch. So diff and patch are the operations that happen as you mutate a code base. |
|