NO-JIRA Script to rebase donation on 1.x

This is useful when looking for old JIRAs fixed in HornetQ and looking for root cause of old changes.
This commit is contained in:
Clebert Suconic 2018-03-28 11:58:24 -04:00
parent 94877c1cf2
commit 9d1f762d43
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ set -e
git fetch temp-hornetq
git fetch temp-upstream
git checkout temp-hornetq/apache-donation -B donation
git checkout temp-upstream/master -B master-donation
git checkout temp-upstream/1.x -B master-donation-1.x
git rebase donation
git remote rm temp-hornetq
git remote rm temp-upstream