This commit is contained in:
John Kerl 2015-12-05 21:18:08 -05:00
parent ce5e355a19
commit cb5ca3fdd6

View file

@ -225,3 +225,9 @@ Given a version number MAJOR.MINOR.PATCH, increment the:
Initial release: https://news.ycombinator.com/item?id=10066742
v2.0.0 release: https://news.ycombinator.com/item?id=10132831
----------------------------------------------------------------
git remote add upstream https://github.com/Homebrew/homebrew
git fetch upstream
git diff HEAD^ HEAD
git diff HEAD^2 HEAD