Thursday, September 29, 2011

"git show" nearly equals to "git diff"

git diff has many options and these can do many features. And the most useful feature is to get latest diff.
> git diff HEAD^
but, this feature has more useful alias: git show
> git show

No comments:

Post a Comment