Seconding TIG, definitely my favourite git viewing tool, command line or otherwise.


On Fri, Mar 6, 2015 at 1:24 PM, Loui Chang <louipc.ist@gmail.com> wrote:
On Fri 06 Mar 2015 10:52 -0500, Giles Orr wrote:
> I live and die by the command line, and I'm fairly sure all of this
> can be achieved without installing extra tools (and gitk wouldn't play
> well with remote servers).  I'm hoping to have a quick status update
> that's always there, no extra commands needed.

As far as finding out your status against a remote you will have to use a
network connection and query the remote. There's no way around that.
You can fetch the remote (git fetch) ahead of time, and I suppose get some
reasonable idea of where you stand later.

Try tig, a curses based git explorer http://jonas.nitro.dk/tig/

What do you use for mail on the command line?