diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:23 -0700 |
commit | 430e4761ce2f95151ccf46f0ec3d5081e9475730 (patch) | |
tree | 3b8ca4896d8cbb2dd7b22b442cee2d3fff3de251 /Documentation | |
parent | Merge branch 'jk/remote-pushremote-config-reading' (diff) | |
parent | stash doc: mention short form -k in save description (diff) | |
download | tgif-430e4761ce2f95151ccf46f0ec3d5081e9475730.tar.xz |
Merge branch 'jm/stash-doc-k-for-keep'
* jm/stash-doc-k-for-keep:
stash doc: mention short form -k in save description
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-stash.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index db7e803038..375213fe46 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -44,7 +44,7 @@ is also possible). OPTIONS ------- -save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]:: +save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]:: Save your local modifications to a new 'stash', and run `git reset --hard` to revert them. The <message> part is optional and gives |