mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 12:42:07 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
240 B
Markdown
16 lines
240 B
Markdown
# git extras
|
|
|
|
> Git extension pack.
|
|
> More information: <https://github.com/tj/git-extras>.
|
|
|
|
- Install or upgrade `git-extras` commands:
|
|
|
|
`git extras update`
|
|
|
|
- Display help:
|
|
|
|
`git extras --help`
|
|
|
|
- Display version:
|
|
|
|
`git extras --version`
|