aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-05-13 16:53:05 +0100
committerChristopher Baines <mail@cbaines.net>2018-05-13 21:09:52 +0100
commita1df530548cb748316006b03c57a9a72ff72bfc7 (patch)
treea415c8a3a8f1a5adc2f975b1fe148339554ab273
parent47c3fe4497a203f0ca930fddfccbe72613c6bca6 (diff)
downloadmagit-tutorial-a1df530548cb748316006b03c57a9a72ff72bfc7.tar
magit-tutorial-a1df530548cb748316006b03c57a9a72ff72bfc7.tar.gz
Clarify the steps to commit
-rw-r--r--README.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.org b/README.org
index 9bc24f9..491032d 100644
--- a/README.org
+++ b/README.org
@@ -65,11 +65,15 @@ have the file highlighted (the cursor should be on the line which says
=modified README.org=.
Once you've staged the file, it's time to commit it. First, remember
-these commands, use =C-c C-c= to finish the commit and if you wish to
-cancel, use =C-c C-k=.
+these commands to use after you've written the commit message, use
+=C-c C-c= to finish the commit and if you wish to cancel, use =C-c
+C-k=.
When you commit with Magit, a new window will be opened to enter the
-commit message. Press =c= and then =c= again to commit.
+commit message. Press =c= and then =c= again to commit, which will
+open a window to prompt for the commit message. Use the =C-c C-c=
+command mentioned above to confirm the message once you've written it,
+and finish the commit.
* Viewing the log