mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
@ -2,6 +2,9 @@
|
||||
git config --global user.name "John Doe"
|
||||
git config --global user.email johndoe@example.com
|
||||
|
||||
# To set your editor:
|
||||
git config --global core.editor emacs
|
||||
|
||||
# To enable color:
|
||||
git config --global color.ui true
|
||||
|
||||
|
Reference in New Issue
Block a user