6 git-citool - Graphical alternative to git-commit
14 A Tcl/Tk based graphical interface to review modified files, stage
15 them into the index, enter a commit message and record the new
16 commit onto the current branch. This interface is an alternative
17 to the less interactive gitlink:git-commit[1] program.
19 git-citool is actually a standard alias for 'git gui citool'.
20 See gitlink:git-gui[1] for more details.
24 Written by Shawn O. Pearce <spearce@spearce.org>.
28 Documentation by Shawn O. Pearce <spearce@spearce.org>.
32 Part of the gitlink:git[7] suite