From 4da254e29495f05da5aa4c097004c1cd5abb7f18 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 2 Nov 2013 05:51:47 -0700 Subject: [PATCH] Removing old line. `pick` was nowhere to be found on the entire page. --- Squashing-Commits.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Squashing-Commits.md b/Squashing-Commits.md index 926dd86..17f7d7d 100644 --- a/Squashing-Commits.md +++ b/Squashing-Commits.md @@ -38,5 +38,4 @@ git push --force origin super-feature 1. Or, you can use rebase. Let's say you have 5 commits to squash and you don't have merge commits: ``` git rebase -i HEAD~5 -``` -Change `pick` to `squash` for last four and update the commit message in the editor. +``` \ No newline at end of file