mirror of
https://github.com/namibia/tips.git
synced 2025-03-20 06:52:21 +00:00
Split git variable to avoid confusion symbol vertical line for pipeline and OR
This commit is contained in:
parent
36c15874fd
commit
d1835c92df
@ -1139,9 +1139,14 @@ git config [--global] --edit
|
|||||||
git blame -L <start>,<end>
|
git blame -L <start>,<end>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Show a Git logical variable.
|
## List all Git variable.
|
||||||
```sh
|
```sh
|
||||||
git var -l | <variable>
|
git var -l
|
||||||
|
```
|
||||||
|
|
||||||
|
## Show a Git specific variable.
|
||||||
|
```sh
|
||||||
|
git var <variable>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Preformatted patch file.
|
## Preformatted patch file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user