From 90d50ad408b2f93042ebcf9aaa41e2c5c59d34b1 Mon Sep 17 00:00:00 2001 From: timvandermeij Date: Wed, 10 Oct 2012 10:20:18 -0700 Subject: [PATCH] Adding how to exit the editor. I (as a beginner) struggled with this alot. --- Squashing-Commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Squashing-Commits.md b/Squashing-Commits.md index f3df6b0..b070ebc 100644 --- a/Squashing-Commits.md +++ b/Squashing-Commits.md @@ -12,7 +12,7 @@ These directions assume that you named the Mozilla pdf.js repo (not your fork) ` ```bash git squash super-feature ``` -1. That will bring up your editor allow you to put in the commit message you want. +1. That will bring up your editor to allow you to put in the commit message you want. After entering a commit message, press Esc and type `:wq` to exit the editor. 1. Then update the pull request: ```bash git push --force origin super-feature