Merge branch 'jk/progress-delay-fix'
[gitweb.git] / Documentation / gitworkflows.txt
index 177610e44ea31eede07035292a66b0dca167c9ae..02569d0614773276841a1d91a7b90cb353b8ba5e 100644 (file)
@@ -40,7 +40,7 @@ beginning. It is always easier to squash a few commits together than
 to split one big commit into several.  Don't be afraid of making too
 small or imperfect steps along the way. You can always go back later
 and edit the commits with `git rebase --interactive` before you
-publish them.  You can use `git stash save --keep-index` to run the
+publish them.  You can use `git stash push --keep-index` to run the
 test suite independent of other uncommitted changes; see the EXAMPLES
 section of linkgit:git-stash[1].