2007-06-21 06:51:00 +02:00
|
|
|
git-citool(1)
|
|
|
|
=============
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-citool - Graphical alternative to git-commit
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
'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
|
2008-07-03 07:41:41 +02:00
|
|
|
to the less interactive 'git-commit' program.
|
2007-06-21 06:51:00 +02:00
|
|
|
|
2008-07-03 07:41:41 +02: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
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Shawn O. Pearce <spearce@spearce.org>.
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by Shawn O. Pearce <spearce@spearce.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 09:07:32 +02:00
|
|
|
Part of the linkgit:git[1] suite
|