ios - How to work on XCode project with more than 1 developer -
ios - How to work on XCode project with more than 1 developer -
i've been working solo on xcode projects while now, , in new project need work several developer. how go that?
i've been using dropbox while , know source command (git, locally) i'm using own tracking. how branch out , allow other developers work on that? open same project on dropbox (syncing issues?)? , how merge them again?
you utilize service github help this: https://github.com/
also, bitbucket similar service has added benefit of free private repos.
there's no need resort dropbox. both , other developer can work on separate branches , merge code master branch needed.
ios xcode git
Comments
Post a Comment