Add support for synchronizing branches #44
alexrinass
announced in
Roadmap
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As our branch dependency model knows the relationship between all branches and we already provide an
updatecommand for a topic branch that synchronizes with its parent, we can take this one step further and provide asynccommand that allows users to update all branches once a base branch changes. Keeping branches uptodate as much as possible helps to reduce merge conflicts.We can detect potential merge conflicts and allow users to only update branches that can be synced without conflicts first.
Beta Was this translation helpful? Give feedback.
All reactions