Tell me, please - there is a main project in the GIT repository (unchanged software). There are other forks of this project in GIT (sharpened version of the software for the client).

How can I automatically transfer the bugfix from the fork to the main repository?

I use bitbucket .

  • 3
    Automatic in what way? Do you want the system to detect and apply them? Or do you want to take the main repository separately and specify "move the X bugfix"? Give an example of the expected "ideal behavior". - D-side
  • For example, I merged the bugfix / 01 branch into the master branch in the fork. I automatically have these commits flooded into the master branch of the original repository. - Igor Shaposhnik
  • one
    And how to understand that this bugfix does not apply to the adaptation code for the client? - D-side
  • Suppose I understand it myself. I transfer these kommita to basebugfix / 01. - Igor Shaposhnik
  • Then what is automation? - D-side

0