[git-users] Git newbie trying to form a development workflow

2012-12-12 Thread Bryan Migliorisi
Hey all, Just learning Git and I am trying to understand the best workflow for our team. For arguments sake, assume we are using Github for our private repositories and using Heroku for hosting. I'd like to have a workflow where our development team commits changes to a development branch.

Re: [git-users] Git newbie trying to form a development workflow

2012-12-12 Thread Bryan Migliorisi
a new task before his pull request was approved. Hope that helped you William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Wed, Dec 12, 2012 at 1:44 PM, Bryan Migliorisi br...@migliorisi.comjavascript: wrote: Hey all, Just learning Git and I am trying to understand

Re: [git-users] Git newbie trying to form a development workflow

2012-12-16 Thread Bryan Migliorisi
I've been reading about git-flow and doing some experiments, and though I am no expert with it yet, I think its a good tool for these types of scenarios. I have not tried this with the team yet but my idea would be to use git-flow to create a feature branch locally and push that branch up to