2007-06-21 06:51:00 +02:00
|
|
|
git-citool(1)
|
|
|
|
=============
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-citool - Graphical alternative to git-commit
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 04:38:26 +02:00
|
|
|
[verse]
|
2007-06-21 06:51:00 +02:00
|
|
|
'git citool'
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
A Tcl/Tk based graphical interface to review modified files, stage
|
|
|
|
them into the index, enter a commit message and record the new
|
|
|
|
commit onto the current branch. This interface is an alternative
|
2010-01-10 00:33:00 +01:00
|
|
|
to the less interactive 'git commit' program.
|
2007-06-21 06:51:00 +02:00
|
|
|
|
2010-01-10 00:33:00 +01:00
|
|
|
'git citool' is actually a standard alias for `git gui citool`.
|
2007-12-29 07:20:38 +01:00
|
|
|
See linkgit:git-gui[1] for more details.
|
2007-06-21 06:51:00 +02:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 09:07:32 +02:00
|
|
|
Part of the linkgit:git[1] suite
|