From 48f85b4039aaf5c6fd924ec266b47621d56d4662 Mon Sep 17 00:00:00 2001 From: timfeirg Date: Tue, 16 Dec 2014 07:17:47 -0800 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 3a221de..3b3b1ab 100644 --- a/Commands.md +++ b/Commands.md @@ -483,7 +483,7 @@ $ git graft new_feature dev $ git graft new_feature ``` -## git-squash +## git squash Merge commits from `src-branch` into the current branch as a _single_ commit. Also works if a commit reference from the current branch is provided.