Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialricky gomes
2,301 Pointswhat type of version control do you recommend when working on an ios application project?
im about to begin coding an ios app and was wondering what type of version control is the best and easiest to use
3 Answers
Brandon Mowat
8,186 Pointsgit is good. I'd suggest that. It really doesn't matter that much though.
Luke Glazebrook
13,564 PointsI agree with Brandon Mowat and also highly recommend Git! It is pretty much everything you could ever want from a version control system.
If you want to use a remote repository too then Github will be the service for you!
Brandon Mowat
8,186 PointsYep, use github. That way people can see your work too. It's a great way for collaboration and social coding.
Luke Glazebrook
13,564 PointsIndeed it is! Also though Ricky you can set up a private repository if you don't want other people to be able to see your code!
Brandon Mowat
8,186 PointsThis ^^^^^
ricky gomes
2,301 Pointsthanks for your responses guys. i probably will end up using github, but have any of you guys used Bitbucket?
Luke Glazebrook
13,564 PointsI don't have any personal experience with Bitbucket but, in my honest opinion, I don't see the need to go anywhere apart from Github.