git show head --no-patch
just shows the same as the first entry in git log
Note: git show
calculates differences on the fly.
git show head --no-patch
just shows the same as the first entry in git log
Note: git show
calculates differences on the fly.