Skip to content

aharrison24/git-external

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-external

Intends to provide an alternative to git-submodules but without being attach to an specific commit

## Requiments

  • ruby 1.8.7
  • gem
  • git

Usage

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 

How to build

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à!

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%