mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
modified: .cheat/git
This commit is contained in:
parent
1f5e54f11c
commit
bdf363183c
@ -4,3 +4,9 @@ git config --global user.email johndoe@example.com
|
|||||||
|
|
||||||
To enable color:
|
To enable color:
|
||||||
git config --global color.ui true
|
git config --global color.ui true
|
||||||
|
|
||||||
|
To commit all changes:
|
||||||
|
git commit -a
|
||||||
|
|
||||||
|
To push latest master:
|
||||||
|
git push git@github.com:username/project.git
|
||||||
|
Loading…
Reference in New Issue
Block a user