Use a command like:
git diff file_2.rb
See the git diff
documentation for full information on the kinds of things you can get differences for.
Normally, git diff
by itself shows all the changes in the whole repository (not just the current directory).