Tuesday, February 16, 2016

git show commit

// show the first two patches in git branch
git show HEAD -2


// show the top one
git show HEAD
equivalent to
git show HEAD -1

No comments:

Post a Comment