1
0
mirror of https://github.com/cheat/cheat.git synced 2025-06-17 20:48:36 +02:00
2013-08-22 11:34:11 +10:00

7 lines
170 B
Plaintext

# 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