]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-citool.txt
t4034: abstract away SHA-1-specific constants
[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--------
7791a1d9 10[verse]
37cd4f7e
SP
11'git citool'
12
13DESCRIPTION
14-----------
15A Tcl/Tk based graphical interface to review modified files, stage
16them into the index, enter a commit message and record the new
17commit onto the current branch. This interface is an alternative
0b444cdb 18to the less interactive 'git commit' program.
37cd4f7e 19
0b444cdb 20'git citool' is actually a standard alias for `git gui citool`.
5162e697 21See linkgit:git-gui[1] for more details.
37cd4f7e 22
37cd4f7e
SP
23GIT
24---
9e1f0a85 25Part of the linkgit:git[1] suite