debian man page for git-back

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)

NAME
git-back - Undo and Stage latest commits
SYNOPSIS
git-back [<commitcount>]
DESCRIPTION
Removes 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.
EXAMPLES
Removes the latest commit. $ git back Remove the latest 3 commits: $ git back 3
AUTHOR
Written 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)
Related Man Pages
git-merge-base(1) - linux
git-cherry(1) - debian
git-merge-base(1) - centos
git-lost-found(1) - suse
git-merge-base(1) - suse
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?