Merge pull request #189 from edycutjong/bugfix/print-variable

Split tutorial git variable for list all and show specific variable
This commit is contained in:
hemanth.hm 2020-12-18 11:41:54 -08:00 committed by GitHub
commit 979cf19f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.