Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 1 | git-citool(1) |
| 2 | ============= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-citool - Graphical alternative to git-commit |
| 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
| 10 | 'git citool' |
| 11 | |
| 12 | DESCRIPTION |
| 13 | ----------- |
| 14 | A Tcl/Tk based graphical interface to review modified files, stage |
| 15 | them into the index, enter a commit message and record the new |
| 16 | commit onto the current branch. This interface is an alternative |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 17 | to the less interactive 'git-commit' program. |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 18 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 19 | 'git-citool' is actually a standard alias for `git gui citool`. |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 20 | See linkgit:git-gui[1] for more details. |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 21 | |
| 22 | Author |
| 23 | ------ |
| 24 | Written by Shawn O. Pearce <spearce@spearce.org>. |
| 25 | |
| 26 | Documentation |
| 27 | -------------- |
| 28 | Documentation by Shawn O. Pearce <spearce@spearce.org>. |
| 29 | |
| 30 | GIT |
| 31 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 32 | Part of the linkgit:git[1] suite |