Skip to content

Commit 6315c0d

Browse files
committed
git-back: removed it from docs
1 parent 34ba1eb commit 6315c0d

File tree

12 files changed

+4
-245
lines changed

12 files changed

+4
-245
lines changed

Commands.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
- [`git alias`](#git-alias)
33
- [`git archive-file`](#git-archive-file)
44
- [`git authors`](#git-authors)
5-
- [`git back`](#git-back)
65
- [`git browse`](#git-browse)
76
- [`git bulk`](#git-bulk)
87
- [`git brv`](#git-brv)
@@ -955,15 +954,6 @@ nickl-
955954
Leila Muhtasib
956955
```
957956
958-
## git back
959-
960-
Removes the latest commits, and add their changes to your staging area.
961-
962-
```
963-
$ git back # Removes the latest commit.
964-
$ git back 3 # Remove the latest 3 commits.
965-
```
966-
967957
## git changelog
968958
969959
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.

bin/git-back

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
# TODO remove it in 7.0.0
34
echo >&2 "Deprecated. Use 'git undo --soft [commitcount]' instead."
45

56
if test $# -eq 0; then

etc/git-extras-completion.zsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \
332332
alias:'define, search and show aliases' \
333333
archive-file:'export the current head of the git repository to an archive' \
334334
authors:'generate authors report' \
335-
back:'undo and stage latest commits' \
336335
browse:'open repo website in browser' \
337336
bug:'create bug branch' \
338337
bulk:'run bulk commands' \

etc/git-extras.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set __fish_git_extras_commands \
33
"alias:Define, search and show aliases" \
44
"archive-file:Export the current HEAD of the git repository to an archive" \
55
"authors:Generate authors report" \
6-
"back:Undo and Stage latest commits" \
76
"browse:View the web page for the current repository" \
87
"brv:List branches sorted by their last commit date" \
98
"bulk:Run git commands on multiple repositories" \

man/git-back.1

Lines changed: 0 additions & 57 deletions
This file was deleted.

man/git-back.html

Lines changed: 0 additions & 126 deletions
This file was deleted.

man/git-back.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

man/git-extras.1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIT\-EXTRAS" "1" "May 2020" "" "Git Extras"
4+
.TH "GIT\-EXTRAS" "1" "August 2020" "" "Git Extras"
55
.
66
.SH "NAME"
77
\fBgit\-extras\fR \- Awesome GIT utilities
@@ -39,9 +39,6 @@ Self update\.
3939
\fBgit\-authors(1)\fR Generate authors report
4040
.
4141
.IP "\(bu" 4
42-
\fBgit\-back(1)\fR Undo and Stage latest commits
43-
.
44-
.IP "\(bu" 4
4542
\fBgit\-browse(1)\fR \fIView the web page for the current repository\fR
4643
.
4744
.IP "\(bu" 4

man/git-extras.html

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-extras.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ git-extras(1) -- Awesome GIT utilities
2424
- **git-alias(1)** Define, search and show aliases
2525
- **git-archive-file(1)** Export the current HEAD of the git repository to an archive
2626
- **git-authors(1)** Generate authors report
27-
- **git-back(1)** Undo and Stage latest commits
2827
- **git-browse(1)** <View the web page for the current repository>
2928
- **git-brv(1)** List branches sorted by their last commit date
3029
- **git-bulk(1)** Run git commands on multiple repositories

0 commit comments

Comments
 (0)