- stretch 1:2.11.0-3+deb9u4
- testing 1:2.20.1-2
- stretch-backports 1:2.20.1-1~bpo9+1
- unstable 1:2.20.1-2
- experimental 1:2.22.0+next.20190701-1
GIT-GUI(1) | Git Manual | GIT-GUI(1) |
NAME¶
git-gui - A portable graphical interface to GitSYNOPSIS¶
git gui [<command>] [arguments]
DESCRIPTION¶
A Tcl/Tk based graphical user interface to Git. git gui focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories.Unlike gitk, git gui focuses on commit generation and single file annotation and does not show project history. It does however supply menu actions to start a gitk session from within git gui.
git gui is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS). To the extent possible OS specific user interface guidelines are followed, making git gui a fairly native interface for users.
COMMANDS¶
blamebrowser
citool
version
EXAMPLES¶
git gui blame Makefilegit gui blame v0.99.8 Makefile
git gui blame --line=100 Makefile
git gui citool
git gui citool --amend
git gui citool --nocommit
git citool
git gui browser maint
SEE ALSO¶
gitk(1)OTHER¶
git gui is actually maintained as an independent project, but stable versions are distributed as part of the Git suite for the convenience of end users.A git gui development repository can be obtained from:
git clone git://repo.or.cz/git-gui.git
or
git clone http://repo.or.cz/r/git-gui.git
or browsed online at http://repo.or.cz/w/git-gui.git/.
GIT¶
Part of the git(1) suite01/05/2019 | Git 2.20.1 |