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