modified: .cheat/git

This commit is contained in:
ppierson 2013-08-16 13:06:17 -04:00
parent 1f5e54f11c
commit bdf363183c
1 changed files with 6 additions and 0 deletions

View File

@ -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