git - Github managing branches of team -


so i'm working guy in github , both have our own branch call tim , scott. branches have same code, scott edited in code. commited , pushed branch. merged master worked. when scott goes branch edits again. edit also. merge master, scott merges master? kept having problems keeping project right. how make project can update based on have, if we're working on @ same time?

rephrased: have code slightl different friend's , want merge them master. how this?

you should use complete branching model, not private branches not in sync together. http://nvie.com/posts/a-successful-git-branching-model/


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -