From 2ca31a826800c62cce5f0be07b239715f7d64e18 Mon Sep 17 00:00:00 2001 From: nickl- Date: Sat, 21 Jul 2012 23:25:24 +0200 Subject: [PATCH] All documentation updated as a result from shell script. The automated shell script now refreshed all the documentation and renamed the .1.html versions so no redundant files left. --- man/git-alias.1 | 2 +- man/{git-alias.1.html => git-alias.html} | 8 +- man/git-back.1 | 54 +++++++ man/git-back.html | 124 ++++++++++++++++ man/git-bug.1 | 47 ++++++ man/git-bug.html | 126 ++++++++++++++++ man/git-changelog.1 | 2 +- man/git-changelog.html | 8 +- man/git-contrib.1 | 2 +- man/git-contrib.html | 8 +- man/git-count.1 | 2 +- man/git-count.html | 8 +- man/git-create-branch.1 | 2 +- ...e-branch.1.html => git-create-branch.html} | 8 +- man/git-delete-branch.1 | 2 +- man/git-delete-branch.html | 8 +- man/git-delete-merged-branches.1 | 30 ++++ man/git-delete-merged-branches.html | 110 ++++++++++++++ man/git-delete-merged-branches.md | 2 +- man/git-delete-submodule.1 | 2 +- man/git-delete-submodule.html | 8 +- man/git-delete-tag.1 | 2 +- man/git-delete-tag.html | 8 +- man/git-effort.1 | 2 +- man/git-effort.html | 8 +- man/git-feature.1 | 47 ++++++ man/git-feature.html | 126 ++++++++++++++++ man/git-fresh-branch.1 | 2 +- man/git-fresh-branch.html | 8 +- man/git-gh-pages.1 | 43 ++++++ man/git-gh-pages.html | 123 ++++++++++++++++ man/git-graft.1 | 4 +- man/git-graft.html | 10 +- man/git-local-commits.1 | 2 +- man/git-local-commits.html | 6 +- man/git-refactor.1 | 47 ++++++ man/git-refactor.html | 126 ++++++++++++++++ man/git-release.1 | 2 +- man/git-release.html | 8 +- man/git-rename-tag.1 | 58 ++++++++ man/git-rename-tag.html | 137 ++++++++++++++++++ man/git-repl.1 | 2 +- man/git-repl.html | 8 +- man/git-setup.1 | 2 +- man/git-setup.html | 8 +- man/git-squash.1 | 48 ++++++ man/git-squash.html | 128 ++++++++++++++++ man/git-summary.1 | 2 +- man/git-summary.html | 8 +- man/git-touch.1 | 2 +- man/git-touch.html | 8 +- man/git-undo.1 | 2 +- man/git-undo.html | 4 +- 53 files changed, 1464 insertions(+), 90 deletions(-) rename man/{git-alias.1.html => git-alias.html} (92%) create mode 100644 man/git-back.1 create mode 100644 man/git-back.html create mode 100644 man/git-bug.1 create mode 100644 man/git-bug.html rename man/{git-create-branch.1.html => git-create-branch.html} (89%) create mode 100644 man/git-delete-merged-branches.1 create mode 100644 man/git-delete-merged-branches.html create mode 100644 man/git-feature.1 create mode 100644 man/git-feature.html create mode 100644 man/git-gh-pages.1 create mode 100644 man/git-gh-pages.html create mode 100644 man/git-refactor.1 create mode 100644 man/git-refactor.html create mode 100644 man/git-rename-tag.1 create mode 100644 man/git-rename-tag.html create mode 100644 man/git-squash.1 create mode 100644 man/git-squash.html diff --git a/man/git-alias.1 b/man/git-alias.1 index b114d93..18f1ba3 100644 --- a/man/git-alias.1 +++ b/man/git-alias.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-ALIAS" "1" "March 2011" "" "Git Extras" +.TH "GIT\-ALIAS" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-alias\fR \- Define, search and show aliases diff --git a/man/git-alias.1.html b/man/git-alias.html similarity index 92% rename from man/git-alias.1.html rename to man/git-alias.html index 50fc512..8bfff91 100644 --- a/man/git-alias.1.html +++ b/man/git-alias.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-alias(1)
  2. -
  3. Git Extras
  4. +
  5. git-alias(1)
@@ -119,7 +119,7 @@ whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>

AUTHOR

-

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

+

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

REPORTING BUGS

@@ -132,7 +132,7 @@ whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>
  1. -
  2. March 2011
  3. +
  4. July 2012
  5. git-alias(1)
diff --git a/man/git-back.1 b/man/git-back.1 new file mode 100644 index 0000000..4ff8cb2 --- /dev/null +++ b/man/git-back.1 @@ -0,0 +1,54 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-BACK" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-back\fR \- Undo and Stage latest commits +. +.SH "SYNOPSIS" +\fBgit\-back\fR [] +. +.SH "DESCRIPTION" +Removes the latest commits, and add their changes to your staging area\. +. +.SH "OPTIONS" + +. +.P +Number of commits to remove\. Defaults to \fI1\fR, thus remove the latest commit\. +. +.SH "EXAMPLES" +Removes the latest commit\. +. +.IP "" 4 +. +.nf + +$ git back +. +.fi +. +.IP "" 0 +. +.P +Remove the latest 3 commits: +. +.IP "" 4 +. +.nf + +$ git back 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> diff --git a/man/git-back.html b/man/git-back.html new file mode 100644 index 0000000..a69055b --- /dev/null +++ b/man/git-back.html @@ -0,0 +1,124 @@ + + + + + + git-back(1) - Undo and Stage latest commits + + + + +
+ + + +
    +
  1. git-back(1)
  2. +
  3. +
  4. git-back(1)
  5. +
+ +

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>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-back(1)
  5. +
+ +
+ + diff --git a/man/git-bug.1 b/man/git-bug.1 new file mode 100644 index 0000000..a0ca5ac --- /dev/null +++ b/man/git-bug.1 @@ -0,0 +1,47 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-BUG" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-bug\fR \- Create bug branch +. +.SH "SYNOPSIS" +\fBgit\-bug\fR [finish] +. +.SH "DESCRIPTION" +Create the given bug branch +. +.SH "OPTIONS" + +. +.P +Merge and delete the bug branch\. +. +.P + +. +.P +The name of the bug branch\. +. +.SH "EXAMPLES" +. +.nf + +$ git bug bug\-123456 +\.\.\. +$ git commit \-m "Some changes" +\.\.\. +$ git checkout master +$ git bug finish bug\-123456 +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-bug.html b/man/git-bug.html new file mode 100644 index 0000000..ed99680 --- /dev/null +++ b/man/git-bug.html @@ -0,0 +1,126 @@ + + + + + + git-bug(1) - Create bug branch + + + + +
+ + + +
    +
  1. git-bug(1)
  2. +
  3. +
  4. git-bug(1)
  5. +
+ +

NAME

+

+ git-bug - Create bug branch +

+ +

SYNOPSIS

+ +

git-bug [finish] <name>

+ +

DESCRIPTION

+ +

Create the given bug branch

+ +

OPTIONS

+ +

<finish>

+ +

Merge and delete the bug branch.

+ +

<name>

+ +

The name of the bug branch.

+ +

EXAMPLES

+ +
$ git bug bug-123456
+...
+$ git commit -m "Some changes"
+...
+$ git checkout master
+$ git bug finish bug-123456
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-bug(1)
  5. +
+ +
+ + diff --git a/man/git-changelog.1 b/man/git-changelog.1 index 73af36d..5aa951a 100644 --- a/man/git-changelog.1 +++ b/man/git-changelog.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-CHANGELOG" "1" "October 2010" "" "Git Extras" +.TH "GIT\-CHANGELOG" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-changelog\fR \- Generate the changelog report diff --git a/man/git-changelog.html b/man/git-changelog.html index a8c1624..363dac7 100644 --- a/man/git-changelog.html +++ b/man/git-changelog.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-changelog(1)
  2. -
  3. Git Extras
  4. +
  5. git-changelog(1)
@@ -116,7 +116,7 @@

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -129,7 +129,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-changelog(1)
diff --git a/man/git-contrib.1 b/man/git-contrib.1 index e478a22..432ddee 100644 --- a/man/git-contrib.1 +++ b/man/git-contrib.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-CONTRIB" "1" "October 2010" "" "Git Extras" +.TH "GIT\-CONTRIB" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-contrib\fR \- Show user\'s contributions diff --git a/man/git-contrib.html b/man/git-contrib.html index 1717c8b..fb2ed5c 100644 --- a/man/git-contrib.html +++ b/man/git-contrib.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-contrib(1)
  2. -
  3. Git Extras
  4. +
  5. git-contrib(1)
@@ -102,7 +102,7 @@ visionmedia (18):

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -115,7 +115,7 @@ visionmedia (18):
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-contrib(1)
diff --git a/man/git-count.1 b/man/git-count.1 index f0cff8b..5b3fcb5 100644 --- a/man/git-count.1 +++ b/man/git-count.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-COUNT" "1" "October 2010" "" "Git Extras" +.TH "GIT\-COUNT" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-count\fR \- Show commit count diff --git a/man/git-count.html b/man/git-count.html index c0262a2..4cf1fba 100644 --- a/man/git-count.html +++ b/man/git-count.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-count(1)
  2. -
  3. Git Extras
  4. +
  5. git-count(1)
@@ -125,7 +125,7 @@ total 1844

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -138,7 +138,7 @@ total 1844
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-count(1)
diff --git a/man/git-create-branch.1 b/man/git-create-branch.1 index e321262..9950fdd 100644 --- a/man/git-create-branch.1 +++ b/man/git-create-branch.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-CREATE\-BRANCH" "1" "February 2011" "" "Git Extras" +.TH "GIT\-CREATE\-BRANCH" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-create\-branch\fR \- Create branches diff --git a/man/git-create-branch.1.html b/man/git-create-branch.html similarity index 89% rename from man/git-create-branch.1.html rename to man/git-create-branch.html index 78ff595..5647240 100644 --- a/man/git-create-branch.1.html +++ b/man/git-create-branch.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-create-branch(1)
  2. -
  3. Git Extras
  4. +
  5. git-create-branch(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

+

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. February 2011
  3. +
  4. July 2012
  5. git-create-branch(1)
diff --git a/man/git-delete-branch.1 b/man/git-delete-branch.1 index 5b19eb5..6b6f2a2 100644 --- a/man/git-delete-branch.1 +++ b/man/git-delete-branch.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-DELETE\-BRANCH" "1" "October 2010" "" "Git Extras" +.TH "GIT\-DELETE\-BRANCH" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-delete\-branch\fR \- Delete branches diff --git a/man/git-delete-branch.html b/man/git-delete-branch.html index 1987149..acbab84 100644 --- a/man/git-delete-branch.html +++ b/man/git-delete-branch.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-delete-branch(1)
  2. -
  3. Git Extras
  4. +
  5. git-delete-branch(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-delete-branch(1)
diff --git a/man/git-delete-merged-branches.1 b/man/git-delete-merged-branches.1 new file mode 100644 index 0000000..2b93851 --- /dev/null +++ b/man/git-delete-merged-branches.1 @@ -0,0 +1,30 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-DELETE\-MERGED\-BRANCHES" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-delete\-merged\-branches\fR \- Delete merged branches +. +.SH "SYNOPSIS" +\fBgit\-delete\-merged\-branches\fR +. +.SH "DESCRIPTION" +Deletes all local merged branches\. +. +.SH "EXAMPLES" +. +.nf + +$ git delete\-merged\-branches +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-delete-merged-branches.html b/man/git-delete-merged-branches.html new file mode 100644 index 0000000..efff10c --- /dev/null +++ b/man/git-delete-merged-branches.html @@ -0,0 +1,110 @@ + + + + + + git-delete-merged-branches(1) - Delete merged branches + + + + +
+ + + +
    +
  1. git-delete-merged-branches(1)
  2. +
  3. +
  4. git-delete-merged-branches(1)
  5. +
+ +

NAME

+

+ git-delete-merged-branches - Delete merged branches +

+ +

SYNOPSIS

+ +

git-delete-merged-branches

+ +

DESCRIPTION

+ +

Deletes all local merged branches.

+ +

EXAMPLES

+ +
$ git delete-merged-branches
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-delete-merged-branches(1)
  5. +
+ +
+ + diff --git a/man/git-delete-merged-branches.md b/man/git-delete-merged-branches.md index e4a4ea1..62f832e 100644 --- a/man/git-delete-merged-branches.md +++ b/man/git-delete-merged-branches.md @@ -1,4 +1,4 @@ -git-delete-merged-branch(1) -- Delete merged branches +git-delete-merged-branches(1) -- Delete merged branches ===================================================== ## SYNOPSIS diff --git a/man/git-delete-submodule.1 b/man/git-delete-submodule.1 index e4d5243..acbd0f2 100644 --- a/man/git-delete-submodule.1 +++ b/man/git-delete-submodule.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-DELETE\-SUBMODULE" "1" "October 2010" "" "Git Extras" +.TH "GIT\-DELETE\-SUBMODULE" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-delete\-submodule\fR \- Delete submodules diff --git a/man/git-delete-submodule.html b/man/git-delete-submodule.html index 8957761..77db2be 100644 --- a/man/git-delete-submodule.html +++ b/man/git-delete-submodule.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-delete-submodule(1)
  2. -
  3. Git Extras
  4. +
  5. git-delete-submodule(1)
@@ -93,7 +93,7 @@

AUTHOR

-

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

+

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

REPORTING BUGS

@@ -106,7 +106,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-delete-submodule(1)
diff --git a/man/git-delete-tag.1 b/man/git-delete-tag.1 index 9290cf8..ff741f1 100644 --- a/man/git-delete-tag.1 +++ b/man/git-delete-tag.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-DELETE\-TAG" "1" "October 2010" "" "Git Extras" +.TH "GIT\-DELETE\-TAG" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-delete\-tag\fR \- Delete tags diff --git a/man/git-delete-tag.html b/man/git-delete-tag.html index ef3b397..be0bec2 100644 --- a/man/git-delete-tag.html +++ b/man/git-delete-tag.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-delete-tag(1)
  2. -
  3. Git Extras
  4. +
  5. git-delete-tag(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-delete-tag(1)
diff --git a/man/git-effort.1 b/man/git-effort.1 index 62e49c7..e55365c 100644 --- a/man/git-effort.1 +++ b/man/git-effort.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-EFFORT" "1" "June 2012" "" "" +.TH "GIT\-EFFORT" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-effort\fR \- Show effort statistics on file(s) diff --git a/man/git-effort.html b/man/git-effort.html index d348304..35cf365 100644 --- a/man/git-effort.html +++ b/man/git-effort.html @@ -117,20 +117,20 @@

AUTHOR

-

Written by Leila Muhtasib <muhtasib@gmail.com>

+

Written by Leila Muhtasib <muhtasib@gmail.com>

REPORTING BUGS

-

<http://github.com/visionmedia/git-extras/issues>

+

<http://github.com/visionmedia/git-extras/issues>

SEE ALSO

-

<http://github.com/visionmedia/git-extras>

+

<http://github.com/visionmedia/git-extras>

  1. -
  2. June 2012
  3. +
  4. July 2012
  5. git-effort(1)
diff --git a/man/git-feature.1 b/man/git-feature.1 new file mode 100644 index 0000000..06f0870 --- /dev/null +++ b/man/git-feature.1 @@ -0,0 +1,47 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-FEATURE" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-feature\fR \- Create feature branch +. +.SH "SYNOPSIS" +\fBgit\-feature\fR [finish] +. +.SH "DESCRIPTION" +Create the given feature branch +. +.SH "OPTIONS" + +. +.P +Merge and delete the feature branch\. +. +.P + +. +.P +The name of the feature branch\. +. +.SH "EXAMPLES" +. +.nf + +$ git feature dependencies +\.\.\. +$ git commit \-m "Some changes" +\.\.\. +$ git checkout master +$ git feature finish dependencies +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-feature.html b/man/git-feature.html new file mode 100644 index 0000000..edcc67b --- /dev/null +++ b/man/git-feature.html @@ -0,0 +1,126 @@ + + + + + + git-feature(1) - Create feature branch + + + + +
+ + + +
    +
  1. git-feature(1)
  2. +
  3. +
  4. git-feature(1)
  5. +
+ +

NAME

+

+ git-feature - Create feature branch +

+ +

SYNOPSIS

+ +

git-feature [finish] <name>

+ +

DESCRIPTION

+ +

Create the given feature branch

+ +

OPTIONS

+ +

<finish>

+ +

Merge and delete the feature branch.

+ +

<name>

+ +

The name of the feature branch.

+ +

EXAMPLES

+ +
$ git feature dependencies
+...
+$ git commit -m "Some changes"
+...
+$ git checkout master
+$ git feature finish dependencies
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-feature(1)
  5. +
+ +
+ + diff --git a/man/git-fresh-branch.1 b/man/git-fresh-branch.1 index c2f2851..7ded44f 100644 --- a/man/git-fresh-branch.1 +++ b/man/git-fresh-branch.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-FRESH\-BRANCH" "1" "October 2010" "" "Git Extras" +.TH "GIT\-FRESH\-BRANCH" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-fresh\-branch\fR \- Create fresh branches diff --git a/man/git-fresh-branch.html b/man/git-fresh-branch.html index 5e48b4d..e83a58e 100644 --- a/man/git-fresh-branch.html +++ b/man/git-fresh-branch.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-fresh-branch(1)
  2. -
  3. Git Extras
  4. +
  5. git-fresh-branch(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Kenneth Reitz <me@kennethreitz.com>

+

Written by Kenneth Reitz <me@kennethreitz.com>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-fresh-branch(1)
diff --git a/man/git-gh-pages.1 b/man/git-gh-pages.1 new file mode 100644 index 0000000..b442a8b --- /dev/null +++ b/man/git-gh-pages.1 @@ -0,0 +1,43 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-GH\-PAGES" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-gh\-pages\fR \- Create the GitHub Pages branch +. +.SH "SYNOPSIS" +\fBgit\-gh\-pages\fR +. +.SH "DESCRIPTION" +Create the GitHub Pages branch (gh\-pages) with an initial dummy index\.html file\. +. +.SH "EXAMPLES" +. +.nf + +$ git gh\-pages +setting up gh\-pages +Removing \.\.\. +[gh\-pages (root\-commit) 94f4b26] Initial commit + 1 file changed, 1 insertion(+) + create mode 100644 index\.html +Counting objects: 3, done\. +Writing objects: 100% (3/3), 232 bytes, done\. +Total 3 (delta 0), reused 0 (delta 0) +To git@github\.com:myuser/myrepository\.git + * [new branch] gh\-pages \-> gh\-pages +Branch gh\-pages set up to track remote branch gh\-pages from origin\. +complete +$ +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-gh-pages.html b/man/git-gh-pages.html new file mode 100644 index 0000000..f03a38c --- /dev/null +++ b/man/git-gh-pages.html @@ -0,0 +1,123 @@ + + + + + + git-gh-pages(1) - Create the GitHub Pages branch + + + + +
+ + + +
    +
  1. git-gh-pages(1)
  2. +
  3. +
  4. git-gh-pages(1)
  5. +
+ +

NAME

+

+ git-gh-pages - Create the GitHub Pages branch +

+ +

SYNOPSIS

+ +

git-gh-pages

+ +

DESCRIPTION

+ +

Create the GitHub Pages branch (gh-pages) with an initial dummy index.html file.

+ +

EXAMPLES

+ +
$ git gh-pages
+setting up gh-pages
+Removing ...
+[gh-pages (root-commit) 94f4b26] Initial commit
+ 1 file changed, 1 insertion(+)
+ create mode 100644 index.html
+Counting objects: 3, done.
+Writing objects: 100% (3/3), 232 bytes, done.
+Total 3 (delta 0), reused 0 (delta 0)
+To git@github.com:myuser/myrepository.git
+ * [new branch]      gh-pages -> gh-pages
+Branch gh-pages set up to track remote branch gh-pages from origin.
+complete
+$
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-gh-pages(1)
  5. +
+ +
+ + diff --git a/man/git-graft.1 b/man/git-graft.1 index 7e12c13..289dfbe 100644 --- a/man/git-graft.1 +++ b/man/git-graft.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-GRAFT" "1" "March 2011" "" "Git Extras" +.TH "GIT\-GRAFT" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-graft\fR \- Merge and destroy a given branch @@ -10,7 +10,7 @@ \fBgit\-graft\fR [] . .SH "DESCRIPTION" -Merge commits from into which defaults to \. +Merge commits from into which defaults to the current branch\. . .SH "OPTIONS" diff --git a/man/git-graft.html b/man/git-graft.html index df34422..420f793 100644 --- a/man/git-graft.html +++ b/man/git-graft.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-graft(1)
  2. -
  3. Git Extras
  4. +
  5. git-graft(1)
@@ -80,7 +80,7 @@

DESCRIPTION

-

Merge commits from <src-branch> into <dest-branch> which defaults to <master>.

+

Merge commits from <src-branch> into <dest-branch> which defaults to the current branch.

OPTIONS

@@ -96,7 +96,7 @@ $ git graft new_feature

AUTHOR

-

Written by Kenneth Reitz <me@kennethreitz.com>

+

Written by Kenneth Reitz <me@kennethreitz.com>

REPORTING BUGS

@@ -109,7 +109,7 @@ $ git graft new_feature
  1. -
  2. March 2011
  3. +
  4. July 2012
  5. git-graft(1)
diff --git a/man/git-local-commits.1 b/man/git-local-commits.1 index 059af61..e357102 100644 --- a/man/git-local-commits.1 +++ b/man/git-local-commits.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-LOCAL\-COMMITS" "1" "March 2012" "" "Git Extras" +.TH "GIT\-LOCAL\-COMMITS" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-local\-commits\fR \- List local commits diff --git a/man/git-local-commits.html b/man/git-local-commits.html index 997eec6..4d06a32 100644 --- a/man/git-local-commits.html +++ b/man/git-local-commits.html @@ -65,7 +65,7 @@
  1. git-local-commits(1)
  2. -
  3. Git Extras
  4. +
  5. git-local-commits(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Michael Komitee <mkomitee@gmail.com>

+

Written by Michael Komitee <mkomitee@gmail.com>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. March 2012
  3. +
  4. July 2012
  5. git-local-commits(1)
diff --git a/man/git-refactor.1 b/man/git-refactor.1 new file mode 100644 index 0000000..de584df --- /dev/null +++ b/man/git-refactor.1 @@ -0,0 +1,47 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-REFACTOR" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-refactor\fR \- Create refactor branch +. +.SH "SYNOPSIS" +\fBgit\-refactor\fR [finish] +. +.SH "DESCRIPTION" +Create the given refactor branch +. +.SH "OPTIONS" + +. +.P +Merge and delete the refactor branch\. +. +.P + +. +.P +The name of the refactor branch\. +. +.SH "EXAMPLES" +. +.nf + +$ git refactor mainlib_refactor +\.\.\. +$ git commit \-m "Some changes" +\.\.\. +$ git checkout master +$ git refactor finish mainlib_refactor +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-refactor.html b/man/git-refactor.html new file mode 100644 index 0000000..84deb21 --- /dev/null +++ b/man/git-refactor.html @@ -0,0 +1,126 @@ + + + + + + git-refactor(1) - Create refactor branch + + + + +
+ + + +
    +
  1. git-refactor(1)
  2. +
  3. +
  4. git-refactor(1)
  5. +
+ +

NAME

+

+ git-refactor - Create refactor branch +

+ +

SYNOPSIS

+ +

git-refactor [finish] <name>

+ +

DESCRIPTION

+ +

Create the given refactor branch

+ +

OPTIONS

+ +

<finish>

+ +

Merge and delete the refactor branch.

+ +

<name>

+ +

The name of the refactor branch.

+ +

EXAMPLES

+ +
$ git refactor mainlib_refactor
+...
+$ git commit -m "Some changes"
+...
+$ git checkout master
+$ git refactor finish mainlib_refactor
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-refactor(1)
  5. +
+ +
+ + diff --git a/man/git-release.1 b/man/git-release.1 index 56b41b2..cc43306 100644 --- a/man/git-release.1 +++ b/man/git-release.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-RELEASE" "1" "October 2010" "" "Git Extras" +.TH "GIT\-RELEASE" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-release\fR \- Commit, tag and push changes to the repository diff --git a/man/git-release.html b/man/git-release.html index 2cec612..b06cbe3 100644 --- a/man/git-release.html +++ b/man/git-release.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-release(1)
  2. -
  3. Git Extras
  4. +
  5. git-release(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-release(1)
diff --git a/man/git-rename-tag.1 b/man/git-rename-tag.1 new file mode 100644 index 0000000..183cc3e --- /dev/null +++ b/man/git-rename-tag.1 @@ -0,0 +1,58 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-RENAME\-TAG" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-rename\-tag\fR \- Rename a tag +. +.SH "SYNOPSIS" +\fBgit\-rename\-tag\fR +. +.SH "DESCRIPTION" +Rename a tag (locally and remotely) +. +.SH "OPTIONS" + +. +.P +The name of the tag you want to rename\. +. +.P + +. +.P +The new name of the tag\. +. +.SH "EXAMPLES" +. +.nf + +$ git tag test +$ git push \-\-tags +Total 0 (delta 0), reused 0 (delta 0) +To git@myserver\.com:myuser/myrepository\.git + * [new tag] test \-> test +$ git tag +test +$ git rename\-tag test test2 +Deleted tag \'test\' (was 1111111) +Total 0 (delta 0), reused 0 (delta 0) +To git@myserver\.com:myuser/myrepository\.git + * [new tag] test2 \-> test2 +remote: warning: Deleting a non\-existent ref\. +To git@myserver\.com:myuser/myrepository\.git + \- [deleted] refs/tag/test +$ git tag +test2 +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-rename-tag.html b/man/git-rename-tag.html new file mode 100644 index 0000000..2e35679 --- /dev/null +++ b/man/git-rename-tag.html @@ -0,0 +1,137 @@ + + + + + + git-rename-tag(1) - Rename a tag + + + + +
+ + + +
    +
  1. git-rename-tag(1)
  2. +
  3. +
  4. git-rename-tag(1)
  5. +
+ +

NAME

+

+ git-rename-tag - Rename a tag +

+ +

SYNOPSIS

+ +

git-rename-tag <old-tag-name> <new-tag-name>

+ +

DESCRIPTION

+ +

Rename a tag (locally and remotely)

+ +

OPTIONS

+ +

<old-tag-name>

+ +

The name of the tag you want to rename.

+ +

<new-tag-name>

+ +

The new name of the tag.

+ +

EXAMPLES

+ +
$ git tag test
+$ git push --tags
+Total 0 (delta 0), reused 0 (delta 0)
+To git@myserver.com:myuser/myrepository.git
+ * [new tag]         test -> test
+$ git tag
+test
+$ git rename-tag test test2
+Deleted tag 'test' (was 1111111)
+Total 0 (delta 0), reused 0 (delta 0)
+To git@myserver.com:myuser/myrepository.git
+ * [new tag]         test2 -> test2
+remote: warning: Deleting a non-existent ref.
+To git@myserver.com:myuser/myrepository.git
+ - [deleted]         refs/tag/test
+$ git tag
+test2
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-rename-tag(1)
  5. +
+ +
+ + diff --git a/man/git-repl.1 b/man/git-repl.1 index 21c7c0b..f2f96d0 100644 --- a/man/git-repl.1 +++ b/man/git-repl.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-REPL" "1" "October 2010" "" "Git Extras" +.TH "GIT\-REPL" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-repl\fR \- git read\-eval\-print\-loop diff --git a/man/git-repl.html b/man/git-repl.html index c489b58..bf19236 100644 --- a/man/git-repl.html +++ b/man/git-repl.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-repl(1)
  2. -
  3. Git Extras
  4. +
  5. git-repl(1)
@@ -104,7 +104,7 @@ git> quit

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -117,7 +117,7 @@ git> quit
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-repl(1)
diff --git a/man/git-setup.1 b/man/git-setup.1 index 80bf5c5..1a18e65 100644 --- a/man/git-setup.1 +++ b/man/git-setup.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-SETUP" "1" "October 2010" "" "Git Extras" +.TH "GIT\-SETUP" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-setup\fR \- Set up a git repository diff --git a/man/git-setup.html b/man/git-setup.html index 37d67de..5afa0c2 100644 --- a/man/git-setup.html +++ b/man/git-setup.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-setup(1)
  2. -
  3. Git Extras
  4. +
  5. git-setup(1)
@@ -95,7 +95,7 @@

AUTHOR

-

Written by Aggelos Orfanakos <agorf@agorf.gr>

+

Written by Aggelos Orfanakos <agorf@agorf.gr>

REPORTING BUGS

@@ -108,7 +108,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-setup(1)
diff --git a/man/git-squash.1 b/man/git-squash.1 new file mode 100644 index 0000000..f64b9af --- /dev/null +++ b/man/git-squash.1 @@ -0,0 +1,48 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-SQUASH" "1" "July 2012" "" "" +. +.SH "NAME" +\fBgit\-squash\fR \- Import changes form a branch +. +.SH "SYNOPSIS" +\fBgit\-squash\fR [] +. +.SH "DESCRIPTION" +Produce the working tree and index state as if a real merge happened without the commit or merge marks\. +. +.SH "OPTIONS" + +. +.P +Branch to squash on the actual branch\. +. +.P + +. +.P +If commit\-message is given, commit the squash result and delete the source\-branch\. +. +.SH "EXAMPLES" +. +.nf + +$ git squash my\-other\-branch +Updating a2740f5\.\.533b19c +Fast\-forward +Squash commit \-\- not updating HEAD + my\-changed\-file | 1 + + 1 file changed, 1 insertion(+) +$ git commit \-m "New commit without a real merge" +. +.fi +. +.SH "AUTHOR" +Written by Jesús Espino <\fIjespinog@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-squash.html b/man/git-squash.html new file mode 100644 index 0000000..e3b5e1b --- /dev/null +++ b/man/git-squash.html @@ -0,0 +1,128 @@ + + + + + + git-squash(1) - Import changes form a branch + + + + +
+ + + +
    +
  1. git-squash(1)
  2. +
  3. +
  4. git-squash(1)
  5. +
+ +

NAME

+

+ git-squash - Import changes form a branch +

+ +

SYNOPSIS

+ +

git-squash <source-branch> [<commit-message>]

+ +

DESCRIPTION

+ +

Produce the working tree and index state as if a real merge happened without + the commit or merge marks.

+ +

OPTIONS

+ +

<source-branch>

+ +

Branch to squash on the actual branch.

+ +

<commit-message>

+ +

If commit-message is given, commit the squash result and delete the source-branch.

+ +

EXAMPLES

+ +
$ git squash my-other-branch
+Updating a2740f5..533b19c
+Fast-forward
+Squash commit -- not updating HEAD
+ my-changed-file | 1 +
+ 1 file changed, 1 insertion(+)
+$ git commit -m "New commit without a real merge"
+
+ +

AUTHOR

+ +

Written by Jesús Espino <jespinog@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. July 2012
  3. +
  4. git-squash(1)
  5. +
+ +
+ + diff --git a/man/git-summary.1 b/man/git-summary.1 index e9b09bf..c0b4d04 100644 --- a/man/git-summary.1 +++ b/man/git-summary.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-SUMMARY" "1" "October 2010" "" "Git Extras" +.TH "GIT\-SUMMARY" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-summary\fR \- Show repository summary diff --git a/man/git-summary.html b/man/git-summary.html index c51169d..b23dd80 100644 --- a/man/git-summary.html +++ b/man/git-summary.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-summary(1)
  2. -
  3. Git Extras
  4. +
  5. git-summary(1)
@@ -128,7 +128,7 @@ authors :

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

@@ -141,7 +141,7 @@ authors :
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-summary(1)
diff --git a/man/git-touch.1 b/man/git-touch.1 index 9d18689..7dff79c 100644 --- a/man/git-touch.1 +++ b/man/git-touch.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-TOUCH" "1" "October 2010" "" "Git Extras" +.TH "GIT\-TOUCH" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-touch\fR \- Touch and add file to the index diff --git a/man/git-touch.html b/man/git-touch.html index 137fdb5..7214548 100644 --- a/man/git-touch.html +++ b/man/git-touch.html @@ -61,11 +61,11 @@ AUTHOR REPORTING BUGS SEE ALSO - +
  1. git-touch(1)
  2. -
  3. Git Extras
  4. +
  5. git-touch(1)
@@ -94,7 +94,7 @@

AUTHOR

-

Written by Alex McHale <alexmchale@gmail.com>

+

Written by Alex McHale <alexmchale@gmail.com>

REPORTING BUGS

@@ -107,7 +107,7 @@
  1. -
  2. October 2010
  3. +
  4. July 2012
  5. git-touch(1)
diff --git a/man/git-undo.1 b/man/git-undo.1 index fb4e64a..1172422 100644 --- a/man/git-undo.1 +++ b/man/git-undo.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-UNDO" "1" "June 2012" "" "" +.TH "GIT\-UNDO" "1" "July 2012" "" "" . .SH "NAME" \fBgit\-undo\fR \- Remove latest commits diff --git a/man/git-undo.html b/man/git-undo.html index 6126a14..3902cbc 100644 --- a/man/git-undo.html +++ b/man/git-undo.html @@ -106,7 +106,7 @@

AUTHOR

-

Written by Kenneth Reitz <me@kennethreitz.com>

+

Written by Kenneth Reitz <me@kennethreitz.com>

REPORTING BUGS

@@ -119,7 +119,7 @@
  1. -
  2. June 2012
  3. +
  4. July 2012
  5. git-undo(1)