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

Git

 Git

A talk on how git changed the way I develop software. Of course, I had to throw in the obligatory TFS jokes in there, given the audience.

I gave this talk to the Houston Open Developers User Group on March 1st, 2012.

http://houopendev.net

Ben Scheirman

March 04, 2012
Tweet

More Decks by Ben Scheirman

Other Decks in Programming

Transcript

  1. TFS

  2. TFS

  3. TFS

  4. TFS

  5. contribute to open source projects $ git clone [email protected]/username/project.git Fork

    & Clone the project $ git remote add upstream http://github.com/user/project.git Add a remote called "upstream"