Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.23 KB

From CVS to Git

Another talk on Git?

Yes. Again. But this time, it's For Science. (And some people who still use CVS.)

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 compare CVS/SVN and Git, and explore how to use git and play nice with others.

Table Of Contents

  1. Intro
    • About git, history
  2. Comparing to CVS
    • Common terms
    • Key differences (commit vs push, DVCS)
  3. Git and Teams
    • Integration Manager strategy
    • Github
    • Commits, Branching and merging
    • Pull requests

Viewing the slideshow

This is a ShowOff presentation about Moving from CVS to Git.

You can view the presentation here: http://ctshryock.github.com/cvs-to-git

If you want to view it locally, you need to install Showoff, clone the repo, and then run serve:

$ gem install showoff
$ git clone git://github.com/ctshryock/cvs-to-git.git
$ cd cvs-to-git
$ showoff serve

Go to http://localhost:9090 to view the presentation.