Hey everyone, so I wrote this post a short time ago, and now I have another question regarding the same repository. I would like to remove the themes that I haven’t touched as I don’t want to have to deal with maintaining them every time there is a Lemmy update. Is that something I am allowed to do? Is it considered a crappy thing to do to the other dev?

Thanks in advance for all your help!

Edit: Of course I am clearly giving credit to the original dev both on here on lemmy, as well as within my code

  • Prof. Sweetlove@beehaw.org
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    A fork is effectively your own repo, so you can do with that as you please. Afaik MIT license doesn’t hinder you from removing anything.

  • qwen@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    If the themes change in the upstream, I think you’ll still end up with “both modified” type conflict, “modified by them and deleted by us”.

      • qwen@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 year ago

        No, that will happen whenever you pull in the changes from them. You basically do a merge of their branch into your branch, which is really similar to making a PR to them (in the former case you integrate their changes into your repo, in the latter it’s vice versa). In both cases Git will observe two conflicting sets of changes (one branch modified what another branch removed)

  • TootSweet@latte.isnot.coffee
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    So, if you remove those files you’re considering removing, will you have completely ship-of-thesiused everything in 2xx04’s repo from your repo?

    Either way, just my $0.02, maybe it makes sense to just start a whole new repo. If you do need something from 2xx04’s repo (like his fork of Bootstrap, maybe?), I’d say copy it into your repo and make sure the README.md links to 2xx04’s repo and describes specifically what you copied and what’s 2xx04’s.

    • promitheas@iusearchlinux.fyiOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Making another repo is not something i feel like doing rn. Id prefer to leave the older themes in there and just not maintain them