Three little git scripts
I have three scripts that help me with my daily use of git git-cat I like to have a quick way to look at the contents of a file in an old revision. In SVN, that was svn cat. With git, you could use git show, as in git show... Continue Reading…