1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-31 12:27:06 +02:00

Merge pull request from thelinuxfr/patch-1

Add set editor to git
This commit is contained in:
Chris Lane 2013-09-03 17:02:19 -07:00
commit b360315298

@ -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