mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +01:00
modified: .cheat/git
This commit is contained in:
parent
1f5e54f11c
commit
bdf363183c
1 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,9 @@ git config --global user.email johndoe@example.com
|
|||
|
||||
To enable color:
|
||||
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 a new issue