What is proper etiquette for releasing a complete rewrite of an existing project?
I’m new to the opensource world. The project I’m working on resides on Github. (Just for reference) The project I’m working on is a plug-in for the Plex Media Server. I plan to submit my plug-in to Plex so that it will be included in their “app store”. Now to my question.
Codeigniter/MVC workflow
Bit of a workflow question.
Development methodologies when hundred of developers are working on one single solution?
We are an organisation consisting of around 200 developers that are working continuously on one single product (using the revision control Git) which is planned to be released at a certain date.
Git Workflow – turning a local reposity into a “central” one
I have a local repository with a toy project that has turned out to be more serious than I had thought. So from a single development branch where I have carelessly committed, I have started to use branches kind of like in the famous http://nvie.com/posts/a-successful-git-branching-model/
Few big libraries or many small libraries?
Over the course of some months I’ve created a little framework for game development that I currently include in all of my projects.
Managing an undercover SVN repository
The project I am working on is version controlled by SVN, and the unspoken rule at work is to commit only when a new stable feature is added (in order to have a “clean” revision history with no revert) so I work sometimes for a few days without commiting.
What’s a good developer workflow for teams? (VM based) [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Manage feature set of one app on multiple platforms/codebases
So I develop an app that is for both Android and iOS.
Suggestions to improve small team workflow (CI / Deployment)
I’d like to improve my team’s workflow and architecture.
So I’m a developing a workflow with vagrant+git…does this make sense?
Relevant Background Details