Creating and merging branches
I want to create a branch off the default tip and have developers push to that branch. Than after code goes through a code reviews that branch will be merged into the default tip from which we will create a production release. How do I create a branch and than merge that branch when ready from the server side?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 26 Nov, 2013 07:22 PM
Gordon,
What you are referring to is effectively a mix of HgFlow (
https://andy.mehalick.com/2011/12/24/an-introduction-to-hgflow ) and Merge
Requests. While the former is a bit far off on the roadmap, the latter is
something I've already started working on. I cannot give you an ETA, but
Merge Requests being the cornerstone for effective DVCS collaboration, I'll
do my best.
Anton Gogolev closed this discussion on 05 Jan, 2014 06:13 PM.