By mitchp
via java.dzone.com
Submitted: Dec 08 2012 / 12:07
Most of the times, when working with Github, you will want to see the differences between the current local copy of a file and the previous commits. One of the easiest ways to see it visually would be to make use of the gitk command and give the file name as the argument. e.g.
Add your comment