#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.
Git BASH:
// adding submodule
git submodule add [email protected]: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