If I run 'git diff' on my repo it gives:
$ git diff
diff --git a/chapterOne.txt b/chapterOne.txt
index 3608209..1e48a32 100644
Binary files a/chapterOne.txt and b/chapterOne.txt differ
why it show only path? It should returns the changes in my files.