mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
348 B
Plaintext
22 lines
348 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# git extras
|
|
|
|
> Git extension pack.
|
|
> More information: <https://manned.org/git-extras>.
|
|
|
|
- Install or upgrade `git-extras` commands:
|
|
|
|
`git extras update`
|
|
|
|
- Display help:
|
|
|
|
`git extras {{[-h|--help]}}`
|
|
|
|
- Display version:
|
|
|
|
`git extras {{[-v|--version]}}`
|