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
Add RewriteHistoryOptions.OnSucceeding and OnError
OnSucceeding is a chance to inspect rewritten commits/refs:
if it doesn't look right, throw to trigger a rollback.
OnError is a chance to inspect rewritten commits/refs before
rollback occurs, to see what went well and what didn't.
0 commit comments