Git presentation to sfvlug on 12/12/2009
From Knelcorpwiki
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)
