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 Git Basics Why Version Control Matters Life Without Version Control

Well, do most IDE's already solve most of the problems in this video?

I use one called phpstorm and If I am not missing something, it seems to take care of everything mentioned in this video.

I'm sure there is a lot more to GIT than VCS but I just wanted to throw that out there.

1 Answer

IDE's can integrate subversion or GIT but on their own do not provide the same solutions as a full VCS. I use WebStrom with SVN at work.