Made usage of git config --list a bit more clear

This commit is contained in:
Olivier 2018-04-14 22:16:54 +00:00
parent 503575bd9f
commit 1ecacc4d3d
1 changed files with 2 additions and 2 deletions

View File

@ -79,14 +79,14 @@ Example:
`git me use <slug>` will configure the current git repo to use the identity with that slug.
Example:
```
joe@jwpc:~/gitrepo$ git config -l --local
joe@jwpc:~/gitrepo$ git config --list --local
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
joe@jwpc:~/gitrepo$ git me use personal
git-me identity store: /home/joe/.config/git-me
joe@jwpc:~/gitrepo$ git config -l --local
joe@jwpc:~/gitrepo$ git config --list --local
core.repositoryformatversion=0
core.filemode=true
core.bare=false