FITC Unconference @ MAX 2010

2010-10-25 00:00:00 2010-10-28 00:00:00 America/Toronto FITC Unconference @ MAX 2010 Join FITC on October 25-27 in Los Angeles for Adobe MAX 2010 which will bring together thousands of forward-thinking designers, developers, and business decision makers that are shaping the future of our industry. As part of the agenda at this year’s MAX, Adobe has added… Los Angeles FITC Los Angeles

Presentation


Overview

Learn how to start working with Git, an easy to use and mind-numbingly cool Distributed Version Control System (DVCS). Compared to other non-DVCS version control systems Git is very lightweight, easy to learn and maintain. We will discuss the basics of installing and initializing your first repository and getting your precious code into version control.

Version control is an important aspect to any sized team, including the sole developer. With the ability to maintain a local full repository with complete history, you can become extremely efficient and confident about your code. Everyday tasks such as Branching and Merging are difficult in other version control systems, but very easy to do with Git.

We will also cover some basic interaction with github, a great remote repository option for your personal, private or Open Source projects. This will lead into a joint session from Kathryn Rotondo about code review using Google’s code review tool.