From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/git/git-citool.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/git/git-citool.html (limited to 'devdocs/git/git-citool.html') diff --git a/devdocs/git/git-citool.html b/devdocs/git/git-citool.html new file mode 100644 index 00000000..8d71101a --- /dev/null +++ b/devdocs/git/git-citool.html @@ -0,0 +1,6 @@ +

git-citool

Name

git-citool - Graphical alternative to git-commit

Synopsis

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 git-gui[1] for more details.

+

+ © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
+ https://git-scm.com/docs/git-citool +

+
-- cgit v1.2.3