README: add description of merge and push operation

This commit is contained in:
Benjamin Dauvergne 2019-03-02 14:08:46 +01:00
parent f1d42f4ad0
commit 8d7b0fe1d4
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -88,3 +88,13 @@ Apply patches attached to the current issue.::
Apply patched atteched to issue 9999.::
git redmine issue apply --issue 9999
merge-and-push
..............
Merge current feature branch in a target branch (default is master), push
target branch to origin, delete feature branch locally and on origin; if before
that those operations pass: pull-rebase the target branch, rebase feature
branch on target.
git rebase merge-and-push