twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
216 stars 50 forks source link

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

Open jhedwardyang opened 5 years ago

jhedwardyang commented 5 years ago
git meta remote remove origin
git meta fetch $URL # OR git meta push $URL

Expected:

Actual:

shijinglu commented 5 years ago

sry, mis-click