Updated Commands (markdown)

This commit is contained in:
timfeirg 2014-12-16 07:16:59 -08:00
parent 8585e0060d
commit 67d48c7682

View file

@ -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.