mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 07:35:24 +02:00
git-config: add example for editing in default editor (#4176)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
fc69d1297d
commit
01d22cdbc9
1 changed files with 8 additions and 0 deletions
|
@ -27,3 +27,11 @@
|
|||
- Revert a global configuration entry to its default value:
|
||||
|
||||
`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…
Add table
Reference in a new issue