You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally I do work on a non-master branch and want to forwardport a PR to the master branch, however, even if I manually specify the SHA and branch:
~/es/elasticsearch (git) 0f312c8b 7.x [origin/7.x] (2 stashed)
» backport --sha 0f312c8b381fe19b69964f1ef677c9c46ed844b7 --branch master
✖ Loading commit "0f312c8b"
No commit found on master with sha "0f312c8b381fe19b69964f1ef677c9c46ed844b7"
It appears to look for the sha on the master branch instead of 7.x.
It'd be great to be able to forwardport though!
The text was updated successfully, but these errors were encountered:
Occasionally I do work on a non-master branch and want to forwardport a PR to the master branch, however, even if I manually specify the SHA and branch:
It appears to look for the sha on the
master
branch instead of 7.x.It'd be great to be able to forwardport though!
The text was updated successfully, but these errors were encountered: