Merge branch 'wk/man-deny-current-branch-is-default-these-days' into maint
[git/jnareb-git.git] / Documentation / git-citool.txt
blobc7a11c36c10039f9b06241c28731a8cc208c53c7
1 git-citool(1)
2 =============
4 NAME
5 ----
6 git-citool - Graphical alternative to git-commit
8 SYNOPSIS
9 --------
10 [verse]
11 'git citool'
13 DESCRIPTION
14 -----------
15 A Tcl/Tk based graphical interface to review modified files, stage
16 them into the index, enter a commit message and record the new
17 commit onto the current branch.  This interface is an alternative
18 to the less interactive 'git commit' program.
20 'git citool' is actually a standard alias for `git gui citool`.
21 See linkgit:git-gui[1] for more details.
23 GIT
24 ---
25 Part of the linkgit:git[1] suite