From 1c0e4c435b6364707d2d84335ab6c4886da4bdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 16 Jul 2018 12:43:43 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8fbbb0b..8fe533e 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,15 @@ g send ``` `g send` is interactive, it shows you the changes and prompts for a message. + +**Commit without push** + +Commands you want: + +This is like `g send`, but without pushing the result. Use `g push` or `git push` +to send your new commits to the server. + +``` +g add +``` +