I\'m working on a little library and it depends on another github project.
I know that some projects add symlinks. How exactly do you do that?
What you'll want to use are git submodules.
Example: git submodule add git://github.com/user/project.git destination-dir/
git submodule add git://github.com/user/project.git destination-dir/