Skip to content

Commit 979cf19

Browse files
authored
Merge pull request #189 from edycutjong/bugfix/print-variable
Split tutorial git variable for list all and show specific variable
2 parents 36c1587 + d1835c9 commit 979cf19

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)