blob: c7a11c36c10039f9b06241c28731a8cc208c53c7 [file] [log] [blame]
Junio C Hamano58784fc2007-06-23 08:48:571git-citool(1)
2=============
3
4NAME
5----
6git-citool - Graphical alternative to git-commit
7
8SYNOPSIS
9--------
Junio C Hamano15567bc2011-07-23 00:51:5910[verse]
Junio C Hamano58784fc2007-06-23 08:48:5711'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
Junio C Hamano1aa40d22010-01-21 17:46:4318to the less interactive 'git commit' program.
Junio C Hamano58784fc2007-06-23 08:48:5719
Junio C Hamano1aa40d22010-01-21 17:46:4320'git citool' is actually a standard alias for `git gui citool`.
Junio C Hamano35738e82008-01-07 07:55:4621See linkgit:git-gui[1] for more details.
Junio C Hamano58784fc2007-06-23 08:48:5722
Junio C Hamano58784fc2007-06-23 08:48:5723GIT
24---
Junio C Hamanof7c042d2008-06-06 22:50:5325Part of the linkgit:git[1] suite