~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-security

« back to all changes in this revision

Viewing changes to Documentation/git-citool.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
17
to the less interactive gitlink:git-commit[1] program.
 
18
 
 
19
git-citool is actually a standard alias for 'git gui citool'.
 
20
See gitlink:git-gui[1] for more details.
 
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
---
 
32
Part of the gitlink:git[7] suite