diff options
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r-- | versionControl/handOut.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index f326986..bb96c59 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -430,6 +430,10 @@ of changes made to the file. All the lines that were deleted are preceded by a ``-`` and all the new-lines are preceded by a ``+``. You can see that the ``&`` occurrences have been replaces with ``and``. +We should note here that, the ``diff`` wouldn't make much sense, if we had +some binary files like ``.jpg`` or ``.pdf`` files. We would see some +gibberish in the output. + Let us now commit this change. :: |