| ▲ | paularmstrong 4 hours ago | |||||||
`git history split` is really going to help me help juniors break up their large PRs into smaller more concise changes. If only it had the option to split an entire branch in two easily. | ||||||||
| ▲ | jolmg 2 hours ago | parent | next [-] | |||||||
Maybe the issue is they think of a PR as an expensive thing. Would be best if they could just do the small thing and make a PR of that from the get-go. If they want to base future changes on the ones they just did, they can just create a new feature branch from right there, and just not create the PR of the second feature until the first is merged, or create it and add a note to the reviewer that it includes the changes of the other PR so they should review that one first. Should they want to add changes to the first feature, they just need to checkout that branch, do the changes, and merge to the second feature branch so they're available there. | ||||||||
| ▲ | catlifeonmars 4 hours ago | parent | prev [-] | |||||||
What does it mean to split a branch in two? | ||||||||
| ||||||||