l10n: sv.po: Update Swedish translation (3288t0f0u)
[gitweb.git] / Documentation / gitworkflows.txt
index 2ed94513584697f4b80fd3ecfc513d3adbf98886..926e044d098bc1399c923c4f204bca5d4a7a37bf 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].