wok view git-gui/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (23 months ago)
parents c88267ec8277
children
line source
1 A Tcl/Tk based graphical user interface to Git.
3 git gui focuses on allowing users to make changes to their repository by making
4 new commits, amending existing ones, creating branches, performing local merges,
5 and fetching/pushing to remote repositories.
7 Unlike gitk, git gui focuses on commit generation and single file annotation and
8 does not show project history. It does however supply menu actions to start a
9 gitk session from within git gui.
11 git gui is known to work on all popular UNIX systems, Mac OS X, and Windows
12 (under both Cygwin and MSYS). To the extent possible OS specific user interface
13 guidelines are followed, making git gui a fairly native interface for users.