|
|
|
|
|
by taeric
4170 days ago
|
|
No worries. I can not claim that it is a simple problem to just immediately understand. Worse, I am not good enough in my understanding, to explain in a message forum. :( I can say that it is easy, once you understand it more. It will take some time. Countering that point, though; if you have a codebase that is rapidly changing at all times... there really isn't anything git can do to help. |
|
My teammates have suggested to simply merge master into the branch so I do that now. It adds a commit to the branch, but Github is smart enough not to litter up the PR diff with the merge commit.
Our codebase doesn't change that much, every commit to master has to go through a PR and get approved. So fortunately we don't have to contend with that.