Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: d62dad7a7dca3f6a65162bf0e52cdf6927958e78 authored by Junio C Hamano on 07 February 2019, 05:30:09 UTC
Git 2.21-rc0
Tip revision: d62dad7
git-citool.txt
git-citool(1)
=============

NAME
----
git-citool - Graphical alternative to git-commit

SYNOPSIS
--------
[verse]
'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' program.

'git citool' is actually a standard alias for `git gui citool`.
See linkgit:git-gui[1] for more details.

GIT
---
Part of the linkgit:git[1] suite
back to top