Topics ▾
Email
Version 1.5.6 ▾
git-citool last updated in 1.7.6.1
Changes in the git-citool manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.7.6.2 → 1.8.0.2 no changes
-
1.7.6.1
08/24/11
- 1.7.5.1 → 1.7.6 no changes
-
1.7.5
04/24/11
- 1.7.0.1 → 1.7.4.5 no changes
-
1.7.0
02/12/10
- 1.6.0.1 → 1.6.6.3 no changes
-
1.6.0
08/17/08
- 1.5.6.1 → 1.5.6.6 no changes
-
1.5.6
06/18/08
- 1.5.4.1 → 1.5.5.6 no changes
-
1.5.4
02/02/08
git-citool(1) Manual Page
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 to the less interactive git-commit(1) program.
git-citool is actually a standard alias for git gui citool. See git-gui(1) for more details.
Author
Written by Shawn O. Pearce <spearce@spearce.org>.
Documentation
Documentation by Shawn O. Pearce <spearce@spearce.org>.
GIT
Part of the git(1) suite