We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36c1587 + d1835c9 commit 979cf19Copy full SHA for 979cf19
README.md
@@ -1139,9 +1139,14 @@ git config [--global] --edit
1139
git blame -L <start>,<end>
1140
```
1141
1142
-## Show a Git logical variable.
+## List all Git variable.
1143
```sh
1144
-git var -l | <variable>
+git var -l
1145
+```
1146
+
1147
+## Show a Git specific variable.
1148
+```sh
1149
+git var <variable>
1150
1151
1152
## Preformatted patch file.
0 commit comments