Kalle Pokki [off-list ref] wrote:
Perhaps gitk could (optionally) also show ORIG_HEAD. That way we could
just do
gitk --all
after a pull and see what got pulled, and everything else was already
there, too, if needed.
git config alias.new "gitk --all --not ORIG_HEAD"
Would give you a new git subcommand:
git new
which shows all of the new stuff, on all branches, but doesn't show
your prior commit history.
--
Shawn.