Skip to content

Commit d1835c9

Browse files
committed
Split git variable to avoid confusion symbol vertical line for pipeline and OR
1 parent 36c1587 commit d1835c9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,9 +1139,14 @@ git config [--global] --edit
11391139
git blame -L <start>,<end>
11401140
```
11411141

1142-
## Show a Git logical variable.
1142+
## List all Git variable.
11431143
```sh
1144-
git var -l | <variable>
1144+
git var -l
1145+
```
1146+
1147+
## Show a Git specific variable.
1148+
```sh
1149+
git var <variable>
11451150
```
11461151

11471152
## Preformatted patch file.

0 commit comments

Comments
 (0)