mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
git-extras: add page (#6037)
This commit is contained in:
parent
fc659ec734
commit
47892fbb04
1 changed files with 16 additions and 0 deletions
16
pages/common/git-extras.md
Normal file
16
pages/common/git-extras.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# git extras
|
||||
|
||||
> Git extension pack.
|
||||
> More information: <https://github.com/tj/git-extras>.
|
||||
|
||||
- Install or upgrade `git-extras` commands:
|
||||
|
||||
`git extras update`
|
||||
|
||||
- Display help and subcommands:
|
||||
|
||||
`git extras --help`
|
||||
|
||||
- Print the version of installed `git-extras`:
|
||||
|
||||
`git extras --version`
|
Loading…
Add table
Reference in a new issue