a workflow is a model of the organization of work items
518
votes
3answers
200k views
Git how to create remote branch
I created a local branch which I want to 'push' upstream. There is a similar question here on Stackoverflow on how to track a newly created remote branch.
However, my workflow is slightly different. ...
96
votes
4answers
10k views
What git branching models actually work?
In our company we have successfully deployed git and we are currently using a simple trunk/release/hotfixes branching model. However, this has it's problems, I have some key issues of confusion in the ...
65
votes
7answers
5k views
To Workflow or Not to Workflow?
I am responsible for a team of developers who will are about to start development of a light weight insurance claims system. The system involves a lot of manual tasks and business workflows and we are ...
55
votes
4answers
26k views
“git pull” or “git merge” between master and development branches
i have my master branch and a develop branch for working on a few changes. i need to merge changes from master into develop, but will eventually merge everything from develop into master. which is the ...
55
votes
8answers
11k views
When to use Windows Workflow Foundation?
Some things are easier to implement just by hand (code), but some are easier through WF. It looks like WF can be used to create (almost) any kind of algorithm. So (theoretically) I can do all my logic ...
43
votes
9answers
5k views
What is in your JavaScript toolchain?
I am looking to start writing a sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little bit of ...
33
votes
2answers
2k views
MDM workflow in Android
Can any one help me out how to do MDM Integration in Android from client and server prespective?
I want to do an enterprise application which having lock and wipe functionality. I have no any clue of ...
32
votes
5answers
2k views
A strong case for WF
I have struggled for so long to find a compelling use case for workflow (ie: WF) as against regular imperative programming. Each time I fall back to the conclusion that I should just leave WF out or ...
30
votes
11answers
7k views
How do you learn proper Emacs?
I am about to learn Emacs, have been through the tutorial and borrowed the O'Reilly book on Emacs. But the question still is - how do you learn good Emacs workflow? I guess, you don't use Emacs as ...
30
votes
4answers
6k views
What is the preferred way to manage schema.rb in git?
I don't want to add schema.rb to .gitignore, because I want to be able to load a new database schema from that file. However, keeping it checked in is causing all sorts of spurious conflicts that are ...
30
votes
2answers
4k views
Git submodules workflow
In my project I need to use third party code, stored in several Git repositories. My project is also stored in (separate) Git repository. There are several people working with me on the main project, ...
30
votes
4answers
2k views
Help me improve my continuous deployment workflow
I've been developing a workflow for practicing a mostly automated continuous deployment cycle for a PHP project. I'd like some feedback on possible process or technical bottlenecks in this workflow, ...
27
votes
12answers
3k views
What are your experiences with Windows Workflow Foundation?
I am evaluating WF for use in line of business applications on the web, and I would love to hear some recent first-hand accounts of this technology.
My main interest here is in improving the ...
25
votes
3answers
12k views
MySQL Version Control - Subversion
Wondering if it is possible to have a version control of a MySQL database.
I realize this question has been asked before however the newest is almost a year ago, and at the rate things change...
The ...
24
votes
2answers
1k views
SVN Web Development Workflow
I've read through many of the questions here on SO relating to this issue, but I can't really find any good advice that fits our situation. I inherited this work flow, and I'm trying to make it ...