Documentation / git-citool.txton commit t6036: criss-cross w/ rename/rename(1to2)/modify+rename/rename(2to1)/modify (a0d3311)
   1git-citool(1)
   2=============
   3
   4NAME
   5----
   6git-citool - Graphical alternative to git-commit
   7
   8SYNOPSIS
   9--------
  10'git citool'
  11
  12DESCRIPTION
  13-----------
  14A Tcl/Tk based graphical interface to review modified files, stage
  15them into the index, enter a commit message and record the new
  16commit onto the current branch.  This interface is an alternative
  17to the less interactive 'git commit' program.
  18
  19'git citool' is actually a standard alias for `git gui citool`.
  20See linkgit:git-gui[1] for more details.
  21
  22GIT
  23---
  24Part of the linkgit:git[1] suite