Skip to content

Commit

Permalink
Remove push-after-rebase command
Browse files Browse the repository at this point in the history
This command is not relevant as we have `deliver-work` instead.
  • Loading branch information
extsoft committed Jul 25, 2019
1 parent a0b3698 commit b493805
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- `accept-work`
- `pull`
- `push`
- `push-after-rebase`
- `rebase`
- `init`
- `acquire-repository`
Expand Down Expand Up @@ -89,9 +88,6 @@ Upload current local branch to a remote one using `force` push. If the remote br
# `rebase`
Reapplies commits on top of the latest `origin/master`.

# `push-after-rebase`
Executes [git elegant push](#push) after [git elegant rebase](#rebase).

# `init`
Creates an empty Git repository or reinitialize an existing one. Then runs local repository configuration.

Expand Down
1 change: 0 additions & 1 deletion libexec/git-elegant-commands
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ default() {
echo "accept-work"
echo "pull"
echo "push"
echo "push-after-rebase"
echo "rebase"
echo "init"
echo "acquire-repository"
Expand Down
7 changes: 0 additions & 7 deletions libexec/git-elegant-push-after-rebase

This file was deleted.

1 change: 0 additions & 1 deletion tests/git-elegant-commands.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ teardown() {
"accept-work"
"pull"
"push"
"push-after-rebase"
"rebase"
"init"
"acquire-repository"
Expand Down
19 changes: 0 additions & 19 deletions tests/git-elegant-push-after-rebase.bats

This file was deleted.

0 comments on commit b493805

Please sign in to comment.