Skip to content

devcomo/cvs-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Showoff presentation about moving from CVS to Git, by Clint Shryock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published