mirror of
https://github.com/cheat/cheat.git
synced 2025-06-06 15:18:36 +02:00
Add set editor to git
Add set editor to git
This commit is contained in:
parent
2a9220bb6d
commit
a45568ec5f
@ -2,6 +2,9 @@
|
|||||||
git config --global user.name "John Doe"
|
git config --global user.name "John Doe"
|
||||||
git config --global user.email johndoe@example.com
|
git config --global user.email johndoe@example.com
|
||||||
|
|
||||||
|
# To set your editor:
|
||||||
|
git config --global core.editor emacs
|
||||||
|
|
||||||
# To enable color:
|
# To enable color:
|
||||||
git config --global color.ui true
|
git config --global color.ui true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user