blob: 670cb02b6cc035e4fbcf1a1016f66b7a85cd4ef7 [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--------
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
Junio C Hamanoba4b9282008-07-06 05:20:3117to the less interactive 'git-commit' program.
Junio C Hamano58784fc2007-06-23 08:48:5718
Junio C Hamanoba4b9282008-07-06 05:20:3119'git-citool' is actually a standard alias for `git gui citool`.
Junio C Hamano35738e82008-01-07 07:55:4620See linkgit:git-gui[1] for more details.
Junio C Hamano58784fc2007-06-23 08:48:5721
22Author
23------
24Written by Shawn O. Pearce <spearce@spearce.org>.
25
26Documentation
27--------------
28Documentation by Shawn O. Pearce <spearce@spearce.org>.
29
30GIT
31---
Junio C Hamanof7c042d2008-06-06 22:50:5332Part of the linkgit:git[1] suite