Can someone who uses git more heavily than I do look at Tig, a git viewer, and mention if it is useful? It looks interesting, as one of the features that git ‘lacks’ is a visual client other than at the command line.
4 Replies to “Viewer for git”
Comments are closed.
git magic might help you with the command-line. I tried tig for a but once, it was good but not very versatile then imho, ie some things required falling back to the command-line. Why dont you try viewgit?
If you’re using X there is always gitk.
http://www.kernel.org/pub/software/scm/git-core/docs/gitk.html
Hi,
I’ve found ‘tig’ to be useful.
The minimal “graphical” user interface works well and reminds me of classics like ‘mutt’. All actual “GUIs” were way too clumsy for my liking.
Assuming you have ruby, and therefore webrick installed:
git instaweb –httpd webrick
Good for things like viewing commit history.