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

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

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.