> Hi,
>
> On Sat, 4 Aug 2007, Erik Colson wrote:
>
> > git-gui is a nice application and I like to use it while developping.
> > However as probably a lot of developpers do, I regularly code in Emacs
> > from a distant ssh client.
> > Therefor I'd want to find some app like git-gui running in console...
> > Does this exist or is there a project in development ?
>
> There is tig.
http://repo.or.cz/w/tig.git
>
> It is something similar to gitk but based on curses, so it is a viewer for
> now. But I do not see any fundamental reason why it should not be
> possible to teach it many of the tricks git-gui does.
>
> Just fork it (you can even do that on repo.or.cz; tig.git is mirrored
> there), and give it a go!