summaryrefslogtreecommitdiff
path: root/devdocs/git/git-citool.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/git/git-citool.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/git/git-citool.html')
-rw-r--r--devdocs/git/git-citool.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/git/git-citool.html b/devdocs/git/git-citool.html
deleted file mode 100644
index 8d71101a..00000000
--- a/devdocs/git/git-citool.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<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">
- &copy; 2012&ndash;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>