mastodon-sc / mastodon-git

A plugin for Mastodon that allows to collaborate on a project via Git.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Mastodon Merge Tool #10

Open maarzt opened 1 year ago

maarzt commented 1 year ago

This issue is part of mastodon-sc/mastodon-git#12

A tool that allows to automatically merge to git branches with different versions of a Mastodon project file. The tool should automatically merge the branches if there is no conflict in the mastodon file. It should also find conflicts and show these to the user and offer ways to resolve the conflicts.

The merge tool can be base on the diff tool from mastodon-sc/mastodon-git#11 and the existing merge algorithm in mastodon-tomancak.