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

Introduction to Git

Introduction to Git

A talk on how git could change the way we develop software.

I gave this talk to the "The Mobile Company" (http://themobilecompany.com/) developers on April 3th, 2013.

Javi Lorbada

April 03, 2013
Tweet

More Decks by Javi Lorbada

Other Decks in Programming

Transcript

  1. Time release$ branches master develop hotfixes feature$ branches Feature for

    future release Tag 1.0 Major feature for next release From this point on, “next release” means the release after 1.0 Severe bug xed for production: hot x 0.2 Bug xes from rel. branch may be continuously merged back into develop Tag 0.1 Tag 0.2 Incorporate bug x in develop Only bug xes! Start of release branch for 1.0