https://github.com/alancoding/has-relative-submodule
this should have a submodule with a relative URL in it
https://github.com/alancoding/has-relative-submodule
Last synced: 4 months ago
JSON representation
this should have a submodule with a relative URL in it
- Host: GitHub
- URL: https://github.com/alancoding/has-relative-submodule
- Owner: AlanCoding
- Created: 2019-09-12T20:15:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T20:22:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T05:39:10.200Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to create repo with relative submodule
```
git submodule add ../child-submodule relative-submodule
git commit -m "add relative submodule"
```This only works if the remote for your repo is `https://github.com/AlanCoding/*`
Adjust as necessary.