1
3 Comments

Please help vet my idea for a tool to manage forked git repos

So I have been digging around for the best way to maintain a forked repo.

The issue with forked repos is keeping your branch in sync with upstream (repo you forked from) when you add commits. Trying to merge upstream to your repo can lead to merge conflicts, especially as commits pile up.

The current solution for this issue is

  1. ([git-imerge](https://github.com/mhagger/git-imerge (useful but no commits in the last 2 years).
  2. keeping edits on a separate branch.

I want to make a gui version of git-imerge with more features to make it easier pull commit from upstream.

on March 16, 2023
  1. 1

    The most interesting part stays hidden.
    I mean this:

    more features to make it easier pull commit from upstream

    1. 1

      idea is still pretty new. I am still researching on how to do this. Do you think the idea sounds reasonable?

      1. 1

        Based on your post, I understand your idea as "Better git-merge".
        That is a pretty generic description, so it's hard to say.