diff options
author | しらいしななこ <nanako3@bluebottle.com> | 2007-07-01 14:26:08 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-30 23:37:00 -0700 |
commit | 09ccdb630517842e6ad3d9354fbd856174c70d17 (patch) | |
tree | b35a9d99b8d226b1c176cd64e557f2e646b2bd64 /Documentation/cmd-list.perl | |
parent | f2c66ed196d1d1410d014e4ee3e2b585936101f5 (diff) | |
download | git-09ccdb630517842e6ad3d9354fbd856174c70d17.tar.gz |
Document git-stash
This describes the git-stash command.
I borrowed a few paragraphs from Johannes's version, and added a few
examples.
Signed-off-by: Nanako Shiraishi <nanako3@bluebottle.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/cmd-list.perl')
-rwxr-xr-x | Documentation/cmd-list.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index fcea1d74d5..f50f613879 100755 --- a/Documentation/cmd-list.perl +++ b/Documentation/cmd-list.perl @@ -178,6 +178,7 @@ git-show-ref plumbinginterrogators git-sh-setup purehelpers git-ssh-fetch synchingrepositories git-ssh-upload synchingrepositories +git-stash mainporcelain git-status mainporcelain git-stripspace purehelpers git-submodule mainporcelain |