From da7ebea5ffd165b508ed8653fc015686ba7262e5 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Mon, 22 Oct 2012 08:57:35 -0700 Subject: [PATCH] Updated Squashing Commits (markdown) --- Squashing-Commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Squashing-Commits.md b/Squashing-Commits.md index b070ebc..4e8625a 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 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. 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 (if the editor is set to vim). 1. Then update the pull request: ```bash git push --force origin super-feature