History of supergit

Version 2

supergit

Shell Script for super-respositores that executes git on all sub-repositories

Created by: spiderr, Last modification: 04 Jul 2010 (18:08 UTC) by spiderr
supergit acts on all directories in your project as if they were sub-respositories. For most commands, you simply type what you would normally for git, however you simply type supergit with desired parameters in the super-repository root of your project. For example:
-- To clone, type 'supergit git@github.com:bitweaver/bitweaver.git -b DEV testbw' which will clone, then intiliaze + update submodules and checkout the master branch for each submodule
-- To commit, in the super repo root, type 'supergit commit -a'
-- To push, in the super repo root, type 'supergit push origin'

Code can be downloaded at http://gist.github.com/463628

If you would like to expand the code, please help yourself.
Page History
Date/CommentUserIPVersion
04 Jul 2010 (18:10 UTC)
spiderr71.70.210.916
Current • Source
spiderr71.70.210.914
View • Compare • Difference • Source
spiderr71.70.210.913
View • Compare • Difference • Source
spiderr71.70.210.912
View • Compare • Difference • Source