Split git variable to avoid confusion symbol vertical line for pipeline and OR

This commit is contained in:
Edy Cu 2020-08-25 23:15:27 +07:00
parent 36c15874fd
commit d1835c92df
1 changed files with 7 additions and 2 deletions

View File

@ -1139,9 +1139,14 @@ git config [--global] --edit
git blame -L <start>,<end>
```
## Show a Git logical variable.
## List all Git variable.
```sh
git var -l | <variable>
git var -l
```
## Show a Git specific variable.
```sh
git var <variable>
```
## Preformatted patch file.