Module: Git
- Defined in:
- lib/git/superproject.rb,
lib/git/superproject/version.rb
Defined Under Namespace
Modules: Superproject
Constant Summary collapse
- HOME =
Pathname.new(Dir.home)
- GIT_MULTI_DIR =
HOME.join('.git', 'multi')
- SUPERPROJECTS_CONFIG =
GIT_MULTI_DIR.join('superprojects.config')