1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
Commit graph

16 commits

Author SHA1 Message Date
Managor
777e336b2b
git-stash: convert options to longform (#13432)
* convert to longform

* Bracket the correct letter.
2024-08-12 17:33:23 +02:00
K.B.Dharun Krishna
dc1569dca1
pages/common: fix typos in placeholders (#11949)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-31 12:30:11 +05:30
Vitor Henrique
61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30
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
Renamed from common/git-stash.md (Browse further)