Comment by jakeinspace
2 months ago
Aside from merges that combine commits from many authors onto a production branch or release tag. I would personally not leave an agent to do that sort of work.
2 months ago
Aside from merges that combine commits from many authors onto a production branch or release tag. I would personally not leave an agent to do that sort of work.
I usually avoid merge commits in favor of rebases precisely for the reason you describe above.