2007-06-21 08:51:00 +04:00
|
|
|
git-citool(1)
|
|
|
|
=============
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-citool - Graphical alternative to git-commit
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 06:38:26 +04:00
|
|
|
[verse]
|
2007-06-21 08:51:00 +04: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 02:33:00 +03:00
|
|
|
to the less interactive 'git commit' program.
|
2007-06-21 08:51:00 +04:00
|
|
|
|
2010-01-10 02:33:00 +03:00
|
|
|
'git citool' is actually a standard alias for `git gui citool`.
|
2007-12-29 09:20:38 +03:00
|
|
|
See linkgit:git-gui[1] for more details.
|
2007-06-21 08:51:00 +04:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 11:07:32 +04:00
|
|
|
Part of the linkgit:git[1] suite
|