summaryrefslogtreecommitdiff
path: root/versionControl
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-01-30 11:13:06 +0530
committerPuneeth Chaganti2011-01-30 11:13:06 +0530
commit94e5b845c3bd382a59f8f98caf60687d9e39efb3 (patch)
treea410a4d3bba0ec7b531f094062ae6209fc5d7537 /versionControl
parentc2f5a5b076674eba2940e372835c8b75024248c2 (diff)
downloadsees-94e5b845c3bd382a59f8f98caf60687d9e39efb3.tar.gz
sees-94e5b845c3bd382a59f8f98caf60687d9e39efb3.tar.bz2
sees-94e5b845c3bd382a59f8f98caf60687d9e39efb3.zip
vcs: Add note about binary files in handout
Added a note about using binary files in a version control system and the diffs that would appear.
Diffstat (limited to 'versionControl')
-rw-r--r--versionControl/handOut.rst4
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.
::