Dienstag, 3. Juli 2012

Atlassian Tools $10 each for a good cause

I have bought these a year ago and consider to do it again (i.e. prolong my license).
100% of these $10 go to charity so you get great tools and support a good cause. Sounds like a win-win situation to me. :-)

Atlassian Starter Program Website

Freitag, 8. Juli 2011

GIT

Compare files in different branches:

> git diff master:path_to_file my_branch:path_to_file (command line diff)
> git difftool master:path_to_file my_branch:path_to_file (difftool, e.g. kdiff3)