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 trial

Development Tools

what 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
Brandon Mowat
8,186 Points

git is good. I'd suggest that. It really doesn't matter that much though.

I 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
Brandon Mowat
8,186 Points

Yep, use github. That way people can see your work too. It's a great way for collaboration and social coding.

Indeed 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!

thanks for your responses guys. i probably will end up using github, but have any of you guys used Bitbucket?

I 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.