summaryrefslogtreecommitdiffstats
path: root/gitworkflows.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-10 15:01:12 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-10 15:01:12 +0900
commit3a9c034734bf5aa3e3b139e72a6b0b96ddf0b3e9 (patch)
tree53a0176d8d930235e125d80c7705681f80bf1957 /gitworkflows.html
parenta65b67605da51cd9b94659acdac8984dd205dcc7 (diff)
downloadgit-htmldocs-3a9c034734bf5aa3e3b139e72a6b0b96ddf0b3e9.tar.gz
Autogenerated HTML docs for v2.15.0-164-g4123b
Diffstat (limited to 'gitworkflows.html')
-rw-r--r--gitworkflows.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitworkflows.html b/gitworkflows.html
index 6cd2bc2c5..6b631e43b 100644
--- a/gitworkflows.html
+++ b/gitworkflows.html
@@ -780,7 +780,7 @@ beginning. It is always easier to squash a few commits together than
to split one big commit into several. Don&#8217;t be afraid of making too
small or imperfect steps along the way. You can always go back later
and edit the commits with <code>git rebase --interactive</code> before you
-publish them. You can use <code>git stash save --keep-index</code> to run the
+publish them. You can use <code>git stash push --keep-index</code> to run the
test suite independent of other uncommitted changes; see the EXAMPLES
section of <a href="git-stash.html">git-stash(1)</a>.</p></div>
</div>
@@ -1228,7 +1228,7 @@ other options.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-02-16 08:17:51 JST
+Last updated 2017-11-10 15:00:41 JST
</div>
</div>
</body>