Relative Content

Tag Archive for branching

Branching and CI Builds with Agile

We follow many agile processes, including automated tests, continuous integration, sprint reviews, etc… We’re currently having a debate about how often we should branch release builds.

How would you manage development between many Staging branches? [duplicate]

This question already has an answer here: Is there an established or defined best practice for source control branching between development and production builds? (1 answer) Closed 10 years ago. We have a Staging Branch. Then we came out with a Beta branch for users to move whenever they wanted to from old Production branch […]

GitHub OS project how to have a good version and a work in progress version

I have started my own OS application, I am hosting it on GitHub. My problem is that I push changes to the repository from more than one location so sometimes I want to work on it and sometimes I can’t always finish something in time but I would still like to push it anyway so I can fetch it later from my other location. I’d like to be able to somehow have a stable version and have the master branch be a ‘work in progress’.