README.md
April 23, 2012 ยท View on GitHub
#RAW as3.hv.components.*
RAW version of SWC component classes for Actionscript 3
So they can easily be included as submodules into other repos. RAW means with out examples and docs.
Brief How-To Include:
Git BASH:
// adding submodule
git submodule add git@github.com:HerbertV/RAW-as3-hv-components.git as3/hv/components
// init submodule
git submodule init
git submodule update
// change dir to as3/hv/components
cd as3/hv/components
git checkout master
git pull
Also check Git Book on submodules