`git meta fetch` and `git meta push` resolve submodule's URL using "origin" rather than the given URL
Open
bug
fetch
push
- Dominant language
- JavaScript
- Stars
- 233
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
```
git meta remote remove origin
git meta fetch $URL # OR git meta push $URL
```
Expected:
* Resolves submodule's relpath (../../foo/bar) to $URL
Actual:
* Fails since it needs "origin"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.