wok-current
annotate git-gui/description.txt @ rev 18545
Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Sat Nov 07 03:08:19 2015 +0200 (2015-11-07) |
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.
|