Looking for other thoughts here. I think that if a task is small enough that single person can work the task from beginning to end, then it's up to the author if they want to locally branch, merge, then push (which is a good git practice), or just commit into the release branch then push. But if the task requires multiple authors to be involved then a remote branch to work from will be required. Other than that I don't really have any formal process in-mind.
Thoughts? Aaron On Sat, May 18, 2013 at 1:00 PM, Gagan Juneja <[email protected]>wrote: > Hi Aaron, > I would like to know which commit strategy do we follow in this > project? Do we create branch for each issue and the merge the same > locally and push it to remote repository or we directly commit in > local and push. > > > Regards, > Gagan >
