mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 00:05:27 +01:00
Package with distutils
Created cheatsheets package to store the default sheets.
This commit is contained in:
6
cheatsheets/git
Normal file
6
cheatsheets/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