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 | -------- |
Junio C Hamano | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 10 | [verse] |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 11 | 'git citool' |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | A Tcl/Tk based graphical interface to review modified files, stage |
| 16 | them into the index, enter a commit message and record the new |
| 17 | commit onto the current branch. This interface is an alternative |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 18 | to the less interactive 'git commit' program. |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 19 | |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 20 | 'git citool' is actually a standard alias for `git gui citool`. |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 21 | See linkgit:git-gui[1] for more details. |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 22 | |
Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 23 | GIT |
| 24 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 25 | Part of the linkgit:git[1] suite |