Query: git-back
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GIT-BACK(1) Git Extras GIT-BACK(1)NAMEgit-back - Undo and Stage latest commitsSYNOPSISgit-back [<commitcount>]DESCRIPTIONRemoves the latest commits, and add their changes to your staging area.OPTIONS<commitcount> Number of commits to remove. Defaults to 1, thus remove the latest commit.EXAMPLESRemoves the latest commit. $ git back Remove the latest 3 commits: $ git back 3AUTHORWritten by Kenneth Reitz <me@kennethreitz.com>REPORTING BUGS<http://github.com/visionmedia/git-extras/issues>SEE ALSO<http://github.com/visionmedia/git-extras> June 2012 GIT-BACK(1)