Intends to provide an alternative to git-submodules but without being attach to an specific commit
## Requiments
- ruby 1.8 or 1.9
- gem
- git
- gem install rubygems
Setup a new git repository:
git init
Help git external:
git external
Setup a new "external" repository:
git external add
Initialize external repositories:
git external init
Update existing repositories to the latest version:
git external update
Status of your repository:
git external status
Configuration of your repository:
git external list
Execute a command over "external" repository:
git external cmd 'git status' git external cmd 'git pull --rebase' git external cmd 'git fetch'
Remove an external repository:
git external rm
git clone git://github.com/obazoud/git-external.git cd git-external git checkout develop gem build obazoud-git-external.gemspec && gem install --local obazoud-git-external-0.8.2.gem
And voilà!