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
Use case is in trunk-based development, where a developer is working in a feature branch, but wants to regularly merge in changes from a different remote branch (e.g. production).
In Basic mode, add a step to the sync option: it should fetch, pull, merge from a remote branch, commit, then push. There should be a new setting that specifies which remote branch should be merged from.