Service Portal, Git, checksum.txt

josephdt12
Giga Contributor

When trying to merge two branches, the only conflict that comes up is the "checksum.txt" file.

Do we need to set up our instances so that the checksums match? Can I choose one of the conflicting checksums arbitrarily?

Unsure how to proceed with these kinds of conflicts beyond checking out one of the branches and applying the updates again.

6 REPLIES 6

Please see attached!

tt13
Kilo Contributor

I simply let the changes coming from the main branch to override the feature branch (override the checksum in feature branch). Example: if I am working on a branch feature/aaa and my deployment branch name is release-branch. I make a pull request from release-branch to feature/aaa and if the only conflict is the checksum.txt, I resolve the conflict by accepting the incoming change from release branch. I hope this helps.