Saturday, April 26, 2014

https://help.github.com/articles/fork-a-repo
https://help.github.com/articles/syncing-a-fork

Friday, April 4, 2014

Applying a patch file on a windows machine using git

git apply --ignore-space-change --ignore-whitespace --whitespace=nowarn file.patch

source: 
http://stackoverflow.com/a/8056005/878451
http://stackoverflow.com/a/7143348/878451