Skip to content

Commit

Permalink
Merge pull request #869 from spacewander/typo
Browse files Browse the repository at this point in the history
remove git-back
  • Loading branch information
spacewander authored Aug 29, 2020
2 parents 6a455e7 + e116406 commit 1a4cd4c
Show file tree
Hide file tree
Showing 21 changed files with 66 additions and 304 deletions.
10 changes: 0 additions & 10 deletions Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
- [`git alias`](#git-alias)
- [`git archive-file`](#git-archive-file)
- [`git authors`](#git-authors)
- [`git back`](#git-back)
- [`git browse`](#git-browse)
- [`git bulk`](#git-bulk)
- [`git brv`](#git-brv)
Expand Down Expand Up @@ -955,15 +954,6 @@ nickl-
Leila Muhtasib
```
## git back
Removes the latest commits, and add their changes to your staging area.
```
$ git back # Removes the latest commit.
$ git back 3 # Remove the latest 3 commits.
```
## git changelog
Generates a changelog from git(1) tags (annotated or lightweight) and commit messages. Existing changelog files with filenames that begin with _Change_ or _History_ will be identified automatically with a case insensitive match pattern and existing content will be appended to the new output generated--this behavior can be disabled by specifying the prune option (-p|--prune-old). The generated file will be opened in **$EDITOR** when set.
Expand Down
13 changes: 0 additions & 13 deletions bin/git-back

This file was deleted.

1 change: 0 additions & 1 deletion etc/git-extras-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \
alias:'define, search and show aliases' \
archive-file:'export the current head of the git repository to an archive' \
authors:'generate authors report' \
back:'undo and stage latest commits' \
browse:'open repo website in browser' \
bug:'create bug branch' \
bulk:'run bulk commands' \
Expand Down
1 change: 0 additions & 1 deletion etc/git-extras.fish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set __fish_git_extras_commands \
"alias:Define, search and show aliases" \
"archive-file:Export the current HEAD of the git repository to an archive" \
"authors:Generate authors report" \
"back:Undo and Stage latest commits" \
"browse:View the web page for the current repository" \
"brv:List branches sorted by their last commit date" \
"bulk:Run git commands on multiple repositories" \
Expand Down
57 changes: 0 additions & 57 deletions man/git-back.1

This file was deleted.

126 changes: 0 additions & 126 deletions man/git-back.html

This file was deleted.

40 changes: 0 additions & 40 deletions man/git-back.md

This file was deleted.

4 changes: 2 additions & 2 deletions man/git-bulk.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-BULK" "1" "December 2019" "" "Git Extras"
.TH "GIT\-BULK" "1" "August 2020" "" "Git Extras"
.
.SH "NAME"
\fBgit\-bulk\fR \- Run git commands on multiple repositories
Expand Down Expand Up @@ -69,7 +69,7 @@ Any git Command you wish to execute on the repositories\.
Register a workspace for bulk operations\. All repositories in the directories below <ws\-root\-directory> get registered under this workspace with the name <ws\-name>\. <ws\-root\-directory> must be absolute path\.
.
.P
With option \'\-\-from\' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned diretly into the workspace\. Suitable for the initial setup of a multi\-repo project\.
With option \'\-\-from\' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace\. Suitable for the initial setup of a multi\-repo project\.
.
.P
\-\-removeworkspace <ws\-name>
Expand Down
6 changes: 3 additions & 3 deletions man/git-bulk.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/git-bulk.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git bulk adds convenient support for operations that you want to execute on mult

Register a workspace for bulk operations. All repositories in the directories below &lt;ws-root-directory&gt; get registered under this workspace with the name &lt;ws-name&gt;. &lt;ws-root-directory&gt; must be absolute path.

With option '--from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned diretly into the workspace. Suitable for the initial setup of a multi-repo project.
With option '--from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace. Suitable for the initial setup of a multi-repo project.

--removeworkspace &lt;ws-name&gt;

Expand Down
5 changes: 1 addition & 4 deletions man/git-extras.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-EXTRAS" "1" "May 2020" "" "Git Extras"
.TH "GIT\-EXTRAS" "1" "August 2020" "" "Git Extras"
.
.SH "NAME"
\fBgit\-extras\fR \- Awesome GIT utilities
Expand Down Expand Up @@ -39,9 +39,6 @@ Self update\.
\fBgit\-authors(1)\fR Generate authors report
.
.IP "\(bu" 4
\fBgit\-back(1)\fR Undo and Stage latest commits
.
.IP "\(bu" 4
\fBgit\-browse(1)\fR \fIView the web page for the current repository\fR
.
.IP "\(bu" 4
Expand Down
5 changes: 2 additions & 3 deletions man/git-extras.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/git-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ git-extras(1) -- Awesome GIT utilities
- **git-alias(1)** Define, search and show aliases
- **git-archive-file(1)** Export the current HEAD of the git repository to an archive
- **git-authors(1)** Generate authors report
- **git-back(1)** Undo and Stage latest commits
- **git-browse(1)** <View the web page for the current repository>
- **git-brv(1)** List branches sorted by their last commit date
- **git-bulk(1)** Run git commands on multiple repositories
Expand Down
Loading

0 comments on commit 1a4cd4c

Please sign in to comment.