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 Why Git?

is git similar to plastic?

Is there a difference between git and plastic? which one is easier to learn and which of the two is more versatile?

2 Answers

Tommy Morgan
STAFF
Tommy Morgan
Treehouse Guest Teacher

Hey Erika Richards -

Plastic SCM is something I don't have a lot of experience with, but I can tell you it's a proprietary (read: not free) source control system that looks to be targeted at enterprise users. From what I can tell it's an attempt to bring a lot of the concepts that came from Git and other more recent version control systems to users that are comfortable with more enterprise-driven solutions like Perforce.

Like I said, I haven't really used Plastic, so I can't comment on whether it's easier to learn than git or not... but I do still think Git is worth learning, for the following reasons:

  • Git has the widest adoption rate of any version control system out there, so knowing how to work with it will almost certainly be useful to you at some point in your career;
  • Git is lightweight and free; you'll never have to worry about licensing schemes and server installations are often unnecessary;
  • From what I can tell looking at Plastic, because it borrows a lot from Git, a lot of the core concepts you'll learn about version control while learning Git will still be applicable if you transition over to learning Plastic at some point. Further, you'll have the information you need to compare and contrast the two tools and decide which is right for you.

Hope that helps!

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Git is very popular; it's free and open source. There are a lot of resources for learning git -- including right here at Treehouse: http://teamtreehouse.com/library/git-basics