Made usage of git config --list a bit more clear
This commit is contained in:
parent
503575bd9f
commit
1ecacc4d3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue