revans / gitools
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
gitools /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jan 30 14:54:17 -0800 2009 | |
| |
CHANGELOG.rdoc | Fri Jan 30 17:35:09 -0800 2009 | |
| |
LICENSE | Wed Jan 28 00:34:15 -0800 2009 | |
| |
README.markdown | Tue Feb 10 11:00:22 -0800 2009 | |
| |
Rakefile | Wed Jan 28 00:34:15 -0800 2009 | |
| |
bin/ | Tue Feb 10 10:19:17 -0800 2009 | |
| |
gitools.gemspec | Tue Feb 10 10:19:17 -0800 2009 | |
| |
lib/ | Tue Feb 10 10:19:17 -0800 2009 | |
| |
spec/ | Wed Jan 28 00:34:15 -0800 2009 |
README.markdown
Git Tools
Install
You can either clone this or do:
gem sources -a http://gems.github.com sudo gem install revans-gitools
How to use
gitools yaml # This will create config/submodules.yml for you and populated it with a few examples to how it should be setup
gitools setup # init and update all git submodules
gitools add all # add all submodules
gitools add rails # add rails as a submodule
gitools update all # update all submodules
gitools update rails # update rails submodule
