

How do I merge the release back into develop? 6. How do I merge fixes from develop in the release? 4. How do I work out what's included in the release? 3. Git cherry-pick (HASH: can be obtain from 'git log') For the next steps, make sure to move your command line to that directory.Ģ) Clone the repo of your choice (I'll use the SDK in this example) to a sub directory "sdk": Everything that follows on this page should be interpreted in the context of Gitflow.ġ) Create a root directory for your Apache Flex repos let's name it "apacheFlex". Gitflow is a git branching model, initially proposed by Vincent Driessen. In the same VOTE that decided the use of git as VCS, the project also chose an official working model: Gitflow.
