Intends to provide an alternative to git-submodules but without being attach to an specific commit
## Requiments
- ruby 1.8.7
- gem
- git
Setup a new git repository:
git init
Help git external:
git external
Setup a new "external" repository:
git external add
Initialize all external repositories:
git external init
Initialize individual external repository:
git external init_single
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/aharrison24/git-external.git cd git-external gem build aharrison24-git-external.gemspec && gem install obazoud-git-external-0.1.8.gem --no-ri --no-rdoc
And voilà!