Stefan Beller <[email protected]> writes: > git --help |grep pull > > instead of > > git --help 2>&1 |grep pull
Not just that. It makes me sad that it is unpredictable which
stream a project happens to have chosen to send its help text and I
end up almost always doing
random-command --help 2>&1 | less
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

