message no. 85465
Posted by plato in #github at 2015-03-23T19:26:22Z
Impaloo: the biggest improvement you can make is using pull requests for code reviews. the strategy is "merge down, pull up". so when something is deployed to master, every branch that is a fork from master does a merge. and every time a new feature is completed on a feature branch, you do a pull request to the upstream branch