Git Merge Conflict in xCode -
i'm using (for first time) git source control of ios project. 2 persons working on project. ok until day modified same file (different methods , lines). when want commit modification xcode tell me pull first, because co-worker committed work. when pulled lost local modifications.
to face problem, steps make ?
thanks
you'd better off using feature branch workflow. http://git-scm.com/book/en/git-branching-branching-workflows
this allow , colleague work on same files little fuss. share branches @ own risk!
Comments
Post a Comment