Skip to content

Commit

Permalink
[skip ci] Add instructions to finish the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Sep 9, 2021
1 parent fe80c2a commit f103d65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BACKPORT_TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Error on backporting to branch master, error on cherry picking 92ee9c16f7b84a09b5bc95dd031705b9bae45dfb:



to continue do:
git fetch && git checkout backport/2047-to-master && git reset --hard HEAD^
git cherry-pick 92ee9c16f7b84a09b5bc95dd031705b9bae45dfb
git push origin backport/2047-to-master --force

0 comments on commit f103d65

Please sign in to comment.