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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Git-Based Deploys
Fixed Git-based deploys shipping old or mixed code when a branch is force-pushed, rewritten, or reverted — deployments now mirror the exact state of your remote branch instead of merging, so you always deploy the code you pushed
Fixed deploy clones drifting ahead of the remote — the local working copy no longer accumulates stray merge commits that mix code from multiple branches; every deploy is a clean, exact copy of the branch tip