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.