Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.06 KB

#Git in Practice This is a ShowOff presentation on Git in practice.

If you want to see it, you need to install showoff and then run it in this directory:

$ gem install showoff
$ git clone git://github.com/ctshryock/git-in-practice.git
$ cd git-in-practice
$ showoff serve

Then you should be able to go to http://localhost:9090 to view the presentation.

#Another talk on Git?

Yeah, well there's a lot to cover here people. I'll make it quick and dirty.

In my previous talk I gave you knowledge on Git in general; how it does it's magic and introduced you to some basic branching and merging.

On this trip we'll exploring playing nice with others. Essentially, I'll review branching and tracking topic branches, demo some interactive staging/commits, and cover some team based workflows.

Estimated time: 5-7 minutes

##TOC

  1. Intro
  2. Demos: Branching, merging, staging review
  3. Collaborating, or "how you use diff and log everyday"
  4. Maintaining a project