An open API service indexing awesome lists of open source software.

https://github.com/dreamcat4/gitnest

Submodules for the rest of us
https://github.com/dreamcat4/gitnest

Last synced: 3 months ago
JSON representation

Submodules for the rest of us

Awesome Lists containing this project

README

        

# GitNest: Submodules for the rest of us

GitNest is a small command-line tool managing cloned repositories within a main repository. In short, GitNest aims to be yet another submodules-a-like scheme, however vastly improved. The following pages are available here to help explain the ins-and-outs.

This gem is in early stages of development. A [modified version of braid](https://github.com/dreamcat4/braid) has been cobbled-together so far as proof-of-concept. Currently the braid prototype is supporting a basic sub-set of commands 'add' and 'update', including a few convenience switches such as -g, -p, and --branch. We are currently at 0.0.0 for the GitNest gem proper, with just the documentation in place.

* [Indroduction](http://github.com/dreamcat4/gitnest/blob/master/introduction.markdown)
* [Usage and examples](http://github.com/dreamcat4/gitnest/blob/master/usage-and-examples.markdown)

Or visit the [Website](http://dreamcat4.github.com/gitnest/).