Undo and stage latest commits
git-back [<commitcount>]
Removes the latest commits, and add their changes to your staging area.
<commitcount>
Number of commits to remove. Defaults to 1, thus remove the latest commit.
Removes the latest commit.
$ git back
Remove the latest 3 commits:
$ git back 3
Written by Kenneth Reitz <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>