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
Fixed re-running a ticket with --fresh after it had already been pushed. Previously, redoing a ticket's work diverged from what a prior run had already pushed to the remote branch, causing the push to fail as a rejected non-fast-forward update. styre now safely overwrites its own remote branch in this case, while still refusing to clobber changes pushed by someone else in the meantime.