X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=git-wiki.txt;h=667417fd9d74cf81d26af8ff94fed0b884422801;hp=d5317044a29ec21655507aac36a8b065a724ce04;hb=HEAD;hpb=36f3551fc27e21fbe4ef6276559feb61f50fb997 diff --git a/git-wiki.txt b/git-wiki.txt index d531704..cdab237 100644 --- a/git-wiki.txt +++ b/git-wiki.txt @@ -81,6 +81,9 @@ install git with `Homebrew `_: ``brew install git``. `__) is a Git GUI written in Python and GPL licensed. Linux, Windows, MacOS X. +`GitAhead `_ is a completely free and open source +graphical Git client for Linux, Windows and macOS. + `TortoiseGit `_ is a Windows Shell Interface to Git based on TortoiseSVN; open source. @@ -1023,7 +1026,7 @@ Web interface to browse repositories can be created using `gitweb `_. Both are CGI scripts (written in Perl and C). In addition to web interface both provide read-only dumb http access for git (http(s):// URLs). `Klaus -`_ is a small and simple WSGI web +`_ is a small and simple WSGI web server that implements both web interface and git smart HTTP transport; supports Python 2 and Python 3, performs syntax highlighting.