Monthly Archive: December 2014

Git log with full diff 0

Git log with full diff

Git log full-text with search git log -p | grep <SEARCH_STRING> Git log of a single file $> git log -p --follow <PATH/FILENAME> Git log of a single commit todo Git diff between two branches...

How to install gcc-4.X on Mac OSX 10.7.X 0

How to install gcc-4.X on Mac OSX 10.7.X

1. Uninstall MacPort $> sudo port -fp uninstall installed --https://guide.macports.org/chunked/installing.macports.uninstalling.html This is needed to install some package with Brew - Qt for example. Otherwise you will get this error : ==> make 1 error...