We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode@ade7130aff68:/workspaces/challenge-registry$ git fetch upstream remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (1/1), 572 bytes | 572.00 KiB/s, done. From https://github.com/Sage-Bionetworks/challenge-registry 4a9a0f3..80fe0ca main -> upstream/main vscode@ade7130aff68:/workspaces/challenge-registry$ git rebase upstream/main Successfully rebased and updated refs/heads/main.
The text was updated successfully, but these errors were encountered:
Added to Sprint 22.10. Get a final answer regarding the behavior of post-rebase hooks.
Sorry, something went wrong.
yarn install --immutable
post-checkout
post-rewrite
The reason post-rewrite is not called may be because my rebase are fast-forward merge that do not involve rewrites. See this comment:
You are not rewriting any commits; you are fast-forwarding; so basically your branch just points to another commit. None of the commits are rewritten.
I was able to trigger the post-rewrite hook after resolving a rebase that had a conflict.
I need to keep the post-rewrite hook in case a conflict arise in one of the files that define package version.
tschaffter
No branches or pull requests
The text was updated successfully, but these errors were encountered: