update README with rebase command

This commit is contained in:
Benjamin Dauvergne 2019-03-06 16:01:12 +01:00
parent 7b7dae75fc
commit 7bf132a0d4
1 changed files with 13 additions and 2 deletions

15
README
View File

@ -33,6 +33,15 @@ issues.::
git redmine project set myproject-id
rebase
......
Checkout master, pull origin/master on master then rebase current feature
branch on master, if it fails it reset the branch. Checkout the original branch
after all this.
git redmine rebase
issue new
.........
@ -65,8 +74,9 @@ Show informations about issue 9999.::
issue submit
............
Use `git format-patch` to create the patch serie from `master` and attach it to
the current issue. An editor is launched to add a commment.::
It first does a `git redmine rebase` then use `git format-patch` to create the
patch serie from `master` and attach it to the current issue. An editor is
launched to add a commment.::
git redmine issue submit
@ -98,3 +108,4 @@ that those operations pass: pull-rebase the target branch, rebase feature
branch on target.
git rebase merge-and-push