Skip to content

Workflow help #23828

Discussion options

You must be logged in to vote

Using branches would indeed be the git way to do that. Generally you’d merge from a branch containing the unmodified (“upstream”) code into one with your modifications.

Whether maintaining your changes like that is feasible doesn’t really have to do anything with git, and more with things like:

  • How big are your changes? Do they change deep underlying structures?
  • Do the upstream developers keep the internal API (mostly) stable?
  • How much time to you have for this?

You mentioned paying for the plug-in, so maybe as a customer you could request support for some sort of extension API. If the API you need for your modifications stays mostly stable the latter will be much easier to maintain.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants