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
- Host: GitHub
- URL: https://github.com/dreamcat4/gitnest
- Owner: dreamcat4
- License: mit
- Created: 2009-04-22T00:37:21.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-06-30T17:25:50.000Z (almost 16 years ago)
- Last Synced: 2025-01-26T19:27:28.108Z (5 months ago)
- Language: Ruby
- Homepage: http://dreamcat4.github.com/gitnest/
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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/).