Git svn workflow with two clients -
i use git-svn 'better' svn client. work home on laptop, has ip connectivity main pc.
whats best way move changes between laptop , main pc?
for example half way though fixing bug , have commited changes in local branch. i'd able pick these changes , continue working on bug on laptop, , commit changes make them. i'd able move these changes main pc , continue working on bug when return office.
i assuming, using svn, because have commit to, @ office, @ end of day.
between home pc , work pc, treat repo pure git repo. work in branches not directly "dcommitted" svn branch.
because of problems between git , svn, have careful merges svn-talking branches. might deal , mirror these branches @ home , office. cherry-pick or merge svn branches dcommit them.
Comments
Post a Comment