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:
parent
94877c1cf2
commit
9d1f762d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue