From f4bd8e7342fc0ee5da206829434308d2c8371a2b Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Tue, 4 Mar 2014 11:37:04 -0800 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 7c65671..2324624 100644 --- a/Squashing-Commits.md +++ b/Squashing-Commits.md @@ -51,7 +51,7 @@ Hopefully you did not do anything wrong, then you don't need to read this sectio git commit -B super-feature abcde123 ``` -2. Or, you can just cherry-pick your commits and up-to-date upstream master (e.g. you see 'abcdef123' and 'defghi567' as you commits): +2. Or, you can just cherry-pick your commits into up-to-date upstream master (e.g. you see 'abcdef123' and 'defghi567' as your commits): ``` # fetches the current upstream repository