Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 085f5f95a2723e8f9f4d037c01db5b786355ba49 authored by Junio C Hamano on 21 March 2018, 19:02:04 UTC
Git 2.17-rc1
Tip revision: 085f5f9
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