From 67d48c768265a5596cbedad3ac4ab68ea925d093 Mon Sep 17 00:00:00 2001 From: timfeirg Date: Tue, 16 Dec 2014 07:16:59 -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 e0550e7..293e00c 100644 --- a/Commands.md +++ b/Commands.md @@ -483,7 +483,7 @@ $ git graft new_feature dev $ git graft new_feature ``` -## git-squash <src-branch|commit ref> [msg] +## 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.