Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Source Control Presentation

Jake Humphrey
November 04, 2014
180

Source Control Presentation

ACM Presentation on Source Control

Jake Humphrey

November 04, 2014
Tweet

Transcript

  1. 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
  2. • To Maintain Software (Branching) • Multiple users can work

    on the same product • Track, comment, and view versions of files
  3. • 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...
  4. Git

  5. 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