add stash show documentation
This commit is contained in:
parent
8f3bfbbe3c
commit
92078344bc
2
README
2
README
@ -63,6 +63,8 @@ Implemented subcommands:
|
|||||||
pop:
|
pop:
|
||||||
- apply the stash object back to the working copy
|
- apply the stash object back to the working copy
|
||||||
- the stash object is removed if it was successfully applied
|
- the stash object is removed if it was successfully applied
|
||||||
|
show [id]:
|
||||||
|
- display the diff stored in stash with ID <id>
|
||||||
|
|
||||||
The following subcommands are executed using their native handler, but
|
The following subcommands are executed using their native handler, but
|
||||||
have their output simplified and/or colorized:
|
have their output simplified and/or colorized:
|
||||||
|
2
jsvn
2
jsvn
@ -65,6 +65,8 @@
|
|||||||
# pop:
|
# pop:
|
||||||
# - apply the stash object back to the working copy
|
# - apply the stash object back to the working copy
|
||||||
# - the stash object is removed if it was successfully applied
|
# - the stash object is removed if it was successfully applied
|
||||||
|
# show [id]:
|
||||||
|
# - display the diff stored in stash with ID <id>
|
||||||
#
|
#
|
||||||
# The following subcommands are executed using their native handler, but
|
# The following subcommands are executed using their native handler, but
|
||||||
# have their output simplified and/or colorized:
|
# have their output simplified and/or colorized:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user