Jump to content

merging a child branch


shacaco

Recommended Posts

  • 2 months later...

Just revisiting this thread because I had a quick question. Is there a reason for not having a "Merge to branch" operation? When I finish working on a branch it'd be really helpful to just go "merge this one into the parent thanks" without having to switch to it. It would save a step in the process.

Just wondering.

Link to comment
Share on other sites

Anyway, there's a reason why we refused to implement it for a long time: normally when you merge you've to get your code build and tested. "Merge-to" means you directly merge to the destination branch and checkin, in one single step, so it is very easy to skip building and testing the code... which ends up being a not very good practice...

@psluaces

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...