<div class="sectionbody">\r
<div class="verseblock">\r
<div class="content"><em>git-stash</em> (list | show [<stash>] | apply [<stash>] | clear)\r
-<em>git-stash</em> [save] [message…]</div></div>\r
+<em>git-stash</em> [save [<message>]]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<div class="sectionbody">\r
<dl>\r
<dt>\r
-save\r
+save [<message>]\r
</dt>\r
<dd>\r
<p>\r
Save your local modifications to a new <em>stash</em>, and run <tt>git-reset\r
--hard</tt> to revert them. This is the default action when no\r
- subcommand is given.\r
+ subcommand is given. The <message> part is optional and gives\r
+ the description along with the stashed state.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:50 UTC\r
+Last updated 03-Feb-2008 10:36:09 UTC\r
</div>\r
</div>\r
</body>\r
--------
[verse]
'git-stash' (list | show [<stash>] | apply [<stash>] | clear)
-'git-stash' [save] [message...]
+'git-stash' [save [<message>]]
DESCRIPTION
-----------
OPTIONS
-------
-save::
+save [<message>]::
Save your local modifications to a new 'stash', and run `git-reset
--hard` to revert them. This is the default action when no
- subcommand is given.
+ subcommand is given. The <message> part is optional and gives
+ the description along with the stashed state.
list::