git-meta icon indicating copy to clipboard operation
git-meta copied to clipboard

`git meta fetch` and `git meta push` resolve submodule's URL using "origin" rather than the given URL

Open jhedwardyang opened this issue 6 years ago • 1 comments

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"

jhedwardyang avatar May 10 '19 13:05 jhedwardyang

sry, mis-click

shijinglu avatar Jun 10 '19 15:06 shijinglu