wok annotate 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 (24 months ago)
parents c88267ec8277
children
rev   line source
ben@5738 1 A Tcl/Tk based graphical user interface to Git.
ben@5738 2
al@18116 3 git gui focuses on allowing users to make changes to their repository by making
al@18116 4 new commits, amending existing ones, creating branches, performing local merges,
al@18116 5 and fetching/pushing to remote repositories.
ben@5738 6
al@18116 7 Unlike gitk, git gui focuses on commit generation and single file annotation and
al@18116 8 does not show project history. It does however supply menu actions to start a
al@18116 9 gitk session from within git gui.
ben@5738 10
al@18116 11 git gui is known to work on all popular UNIX systems, Mac OS X, and Windows
al@18116 12 (under both Cygwin and MSYS). To the extent possible OS specific user interface
al@18116 13 guidelines are followed, making git gui a fairly native interface for users.