Updated Commands (markdown)

This commit is contained in:
timfeirg 2014-12-16 07:17:47 -08:00
parent b46740bd33
commit 48f85b4039

View file

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