mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 03:52:55 +02:00
Refactored the application per some feedback on reddit.
This commit is contained in:
6
.cheat/git
Normal file
6
.cheat/git
Normal file
@ -0,0 +1,6 @@
|
||||
To set your identify:
|
||||
git config --global user.name "John Doe"
|
||||
git config --global user.email johndoe@example.com
|
||||
|
||||
To enable color:
|
||||
git config --global color.ui true
|
Reference in New Issue
Block a user