README.md
April 29, 2012 ยท View on GitHub
#RAW as3.hv.core.*
RAW version of my Actionscript 3 classes.
So they can easily be included as submodule into other repos. RAW means without examples and docs, but with comments.
If you need examples or docs look here: https://github.com/HerbertV/as3-hv
Work in progress... so stay tuned ;)
Brief How-To Include:
Git BASH:
// adding submodule
git submodule add git@github.com:HerbertV/RAW-as3-hv-core.git as3/hv/core
// init submodule
git submodule init
git submodule update
// change dir to as3/hv/core
cd as3/hv/core
git checkout master
git pull
Also check Git Book on submodules