agilestacks / git-service

Git Service over SSH and HTTP, backed by Git CLI. API and authn / authz callouts.
Other
0 stars 0 forks source link

Subtree split preserve split branches #21

Closed arkadijs closed 4 years ago

arkadijs commented 4 years ago

It appears that subtree merge won't work on recreated split branches as they won't have a common history. The split branches must be preserved, then split will update existing branches with upstream work, and then merge will work on updated branches.