diff --git a/docs/commands.md b/docs/commands.md index b8ad1bb..b1817c2 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -141,8 +141,9 @@ git elegant acquire-repository usage: git elegant deliver-work [branch-name] ``` -Updates the current branch by rebasing the default upstream branch. Then, -it pushes HEAD to the appropriate upstream branch. +Updates the current branch by rebasing the default upstream branch. If there is +a rebase in progress, the command will continue it instead of initiation a new +one. Then, it pushes HEAD to the appropriate upstream branch. By default, the name of remote branch is equal to the local one. If a local branch has an upstream branch configured, it will be used as a remote branch. diff --git a/libexec/git-elegant-deliver-work b/libexec/git-elegant-deliver-work index fbae086..4b8eb61 100644 --- a/libexec/git-elegant-deliver-work +++ b/libexec/git-elegant-deliver-work @@ -15,8 +15,9 @@ MESSAGE command-description() { cat<