Skip to content

Commit

Permalink
git-back: removed
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Aug 28, 2020
1 parent 34ba1eb commit e116406
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 258 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.

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
1 change: 0 additions & 1 deletion man/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
git-alias(1) git-alias
git-archive-file(1) git-archive-file
git-authors(1) git-authors
git-back(1) git-back
git-browse(1) git-browse
git-brv(1) git-brv
git-bulk(1) git-bulk
Expand Down
1 change: 0 additions & 1 deletion need_git_commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# A list of the commands in alphabetical order that require has_git_commit(),
# and should have it included in the "built" version of the command
git-authors
git-back
git-changelog
git-commits-since
git-count
Expand Down

0 comments on commit e116406

Please sign in to comment.