Slide 1

Slide 1 text

Source Control

Slide 2

Slide 2 text

The M eaning Of Life The Bee's Knees! Com m it Softw are Merging Code Branching File Management Source Code Backups Software Versioning Centralized Repositories Distributed Source Code In Use By 99.9999999 Software Companies % Change Tracking Really Cool!! Life Changer Not Just For Code! Github Subversion

Slide 3

Slide 3 text

I approve Dilbert Approved

Slide 4

Slide 4 text

Who Uses It?

Slide 5

Slide 5 text

For Starts... Your Dream Job!

Slide 6

Slide 6 text

Why We Use It?

Slide 7

Slide 7 text

● To Maintain Software (Branching) ● Multiple users can work on the same product ● Track, comment, and view versions of files

Slide 8

Slide 8 text

What is it?

Slide 9

Slide 9 text

● GOOGLE: Revision control, also known as version control and source control (and an aspect of software configuration management), is the management of changes to documents, computer programs, large web sites, and other collections of information. ● SOFTWARE: GIT, ClearCase, TFS (Team Foundation Server), Subversion, etc...

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

Git

Slide 12

Slide 12 text

How to Git it... Windows: http: git-scm.com download win // / / Linux: Debian -apt-get install git SuSe -Zypper install git Fedora -yum install git Mac: Type 'git' on the command line