Skip to content

catsby/git-in-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Git in Practice talk for CoMO Rich Web, July 2007

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published