]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-citool.txt
Merge branch 'kk/maint-prefix-in-config-mak'
[thirdparty/git.git] / Documentation / git-citool.txt
CommitLineData
37cd4f7e
SP
1git-citool(1)
2=============
3
4NAME
5----
6git-citool - Graphical alternative to git-commit
7
8SYNOPSIS
9--------
10'git citool'
11
12DESCRIPTION
13-----------
14A Tcl/Tk based graphical interface to review modified files, stage
15them into the index, enter a commit message and record the new
16commit onto the current branch. This interface is an alternative
0b444cdb 17to the less interactive 'git commit' program.
37cd4f7e 18
0b444cdb 19'git citool' is actually a standard alias for `git gui citool`.
5162e697 20See linkgit:git-gui[1] for more details.
37cd4f7e 21
37cd4f7e
SP
22GIT
23---
9e1f0a85 24Part of the linkgit:git[1] suite