diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/git/git-citool.html | |
new repository
Diffstat (limited to 'devdocs/git/git-citool.html')
| -rw-r--r-- | devdocs/git/git-citool.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ +<h1>git-citool</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-citool - Graphical alternative to git-commit</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git citool</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>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 <code>git commit</code> program.</p> <p><code>git citool</code> is actually a standard alias for <code>git gui citool</code>. See <a href="git-gui">git-gui[1]</a> for more details.</p> </div><div class="_attribution"> + <p class="_attribution-p"> + © 2012–2024 Scott Chacon and others<br>Licensed under the MIT License.<br> + <a href="https://git-scm.com/docs/git-citool" class="_attribution-link">https://git-scm.com/docs/git-citool</a> + </p> +</div> |
