
Git Extensions
Git Extensions is the only graphical user interface for Git that allows you control Git without using the command line.
Tig: text-mode interface for Git Tig is a git repository browser that additionally can act as a pager for output from various git commands. When browsing...
tig: textmode interface for git
tig is a git repository browser that additionally can act as a pager for output from various git commands.
when browsing repositories, it uses the underlying git commands to present the user with various views, such as summarized revision log and showing the commit with the log message, diffstat, and the diff.
using it as a pager, it will display input from stdin and colorize it.
development git ncurses