Commit Graph

13 Commits (7fc7f97dd7ee5142f4335b34bf519d8554b22ae6)

Author SHA1 Message Date
Yu Dou 7c1c59c2c1
git-stash: add option show (#9571)
* git-stash: add command git stash show

* Join two examples
2022-12-17 18:33:38 +10:00
Henning Pohlmeyer 241e284db5 git-stash: replace deprecated git stash save (#3077) 2019-06-04 11:40:16 +02:00
Marco Bonelli 66abb98ce9 Refactor: reword English pages' links' descriptions. 2019-06-03 14:19:41 +02:00
Starbeamrainbowlabs a19866e88a
multiple pages: add homepages (#2660) 2019-01-30 11:19:23 +00:00
Frank 8a23482bb6 git stash: add clear (#1149) 2016-11-19 17:43:18 +00:00
kalebo 8dd53d6484 git-stash: add -p option (#1094) 2016-09-28 13:16:15 +05:30
Eric Nielsen 2aca1c08b8 git-stash: Further improve verbosity of examples 2016-09-02 07:33:17 -05:00
Eric Nielsen 480255d595 git-stash: Improved examples verbosity 2016-09-01 13:01:07 -05:00
Eric Nielsen 57fd36ec38 git-stash: Make examples clearer
- Difference between a stash name and a stash message was not clear. For
  example, you cannot do:

      $ git stash save foo
      $ git stash apply foo
      fatal: ambiguous argument 'foo': unknown revision or path not in
      the working tree.

- Difference between stash `apply` and `pop` was not clear
- Make it clearer that all `apply`, `pop` and `drop` can take an
  optional stash name, and that the default name is `stash@{0}`
2016-08-30 17:57:40 -05:00
Ruben Vereecken 066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
André König 37d2d244a0 git-stash: Fixed command which is responsible for creating new stashes. 2014-05-27 12:54:54 +02:00
André König 6a3e6d2225 Example for dropping a git stash. 2014-05-24 22:05:35 +02:00
rprieto f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00