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

General Discussion

GIT implementation

Hi

does anyone have good resources on how to start with GIT or a similar sub versioning system. I need to set up the system in house and need some info on where to start and start using effectively with my team.

4 Answers

There are at least two sides to Git then if you are both new and work with it as a team.

1) Become familiar with Git. A simple Git guide: Concise but good. Try Git (Interactive, by Github)

2) Learn how to use Git effectively as a team.

  • When to branch, when to merge. How are branches named. Which branches are always production-ready etc. => I'd recommend taking a look at the Git flow model as a branching model for teams. I like it a lot.

If you want to learn about git right now there's:

Like @Thomas said -

+1 to try.github.com +1 to gitflow

Thanks Guys I'll take a look.