tvalentyn commented on PR #25965:
URL: https://github.com/apache/beam/pull/25965#issuecomment-1551804491
other useful commands if you mess something up during the rebase:
`git reflog --oneline` - find revision numbers
`git reset --hard HEAD@{3}` - go to the prior state of your repo (replace 3
with necessary number as per reflog.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]