Git presentation to sfvlug on 12/12/2009

From Knelcorpwiki

Jump to: navigation, search

Just an outline for now. Anything cool during the preso will get captured on the wiki.


  • Overview of git

Contents

[edit] Getting started with git

[edit] Creating a repo

git init

[edit] Importing non version controlled files

git add file
git add -A (adds all files)

[edit] Importing a SVN repo to git

[edit] Branch branch branch all the time

[edit] Slightly more advanced git use

[edit] Gitosis

Personal tools