mirror of https://github.com/CrimsonTome/tldr.git
git-config: add example for editing in default editor (#4176)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>client-spec/clarity
parent
fc69d1297d
commit
01d22cdbc9
|
@ -27,3 +27,11 @@
|
||||||
- Revert a global configuration entry to its default value:
|
- Revert a global configuration entry to its default value:
|
||||||
|
|
||||||
`git config --global --unset alias.unstage`
|
`git config --global --unset alias.unstage`
|
||||||
|
|
||||||
|
- Edit the git configuration for the current repository in the default editor:
|
||||||
|
|
||||||
|
`git config --edit`
|
||||||
|
|
||||||
|
- Edit the global git configuration in the default editor:
|
||||||
|
|
||||||
|
`git config --global --edit`
|
||||||
|
|
Loading…
Reference in New Issue