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
220 stars 51 forks source link

Pull: do not check remote name #760

Closed novalis closed 4 years ago

novalis commented 4 years ago

We don't care if the remote they give is a named remote -- we just care if we can fetch from it. Fetching calls out to regular git, which knows how to handle not only remote names but also remote URLs. And fetching is about the first thing we do, so we'll find out quickly whether the remote is valid.