mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
The automated shell script now refreshed all the documentation and renamed the .1.html versions so no redundant files left.
61 lines
913 B
Groff
61 lines
913 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-UNDO" "1" "July 2012" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-undo\fR \- Remove latest commits
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-undo\fR [<commitcount>] [\-\-hard|\-h]
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Removes the latest commits\.
|
|
.
|
|
.SH "OPTIONS"
|
|
<commitcount>
|
|
.
|
|
.P
|
|
Number of commits to remove\. Defaults to \fI1\fR, thus remove the latest commit\.
|
|
.
|
|
.P
|
|
\-\-hard or \-h
|
|
.
|
|
.P
|
|
This option wipes your commit(s), so that your changes cannot be recovered\. Use with care\.
|
|
.
|
|
.SH "EXAMPLES"
|
|
Removes the latest commit\.
|
|
.
|
|
.IP "" 4
|
|
.
|
|
.nf
|
|
|
|
$ git undo
|
|
.
|
|
.fi
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.P
|
|
Remove the latest 3 commits:
|
|
.
|
|
.IP "" 4
|
|
.
|
|
.nf
|
|
|
|
$ git undo 3
|
|
.
|
|
.fi
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Kenneth Reitz <\fIme@kennethreitz\.com\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttp://github\.com/visionmedia/git\-extras\fR>
|