Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git, Code Review & Continous Integration

Git, Code Review & Continous Integration

代码之力

July 22, 2014
Tweet

More Decks by 代码之力

Other Decks in Programming

Transcript

  1. CVS、SVN的问题 • svn cp trunk branches/xxx/group-bugfix • svn ci ...

    • svn ci ... • svn merge branches/xxx/group-bugfix trunk • 慢 • Code Review困难 • 没有积累,不便于知识传 承 • 仓库⼤大 • 参与⼈人数越多越混乱
  2. Use GIT Pull/Push Pull/Push Feature 1 Feature 2 Feature 3

    Feature 4 Feature 5 Feature 6 主程序员 架构师 经理 中坚程序员 普通程序员 新⼈人、实习⽣生
  3. Now