From bdf363183cfa5a13a9c7a0842cb7e33be9028d85 Mon Sep 17 00:00:00 2001 From: ppierson Date: Fri, 16 Aug 2013 13:06:17 -0400 Subject: [PATCH] modified: .cheat/git --- .cheat/git | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cheat/git b/.cheat/git index efba67e..9155f25 100644 --- a/.cheat/git +++ b/.cheat/git @@ -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