lionheart / git-bigstore

Bigstore is a Git extension that helps you track big files in your repositories.
Apache License 2.0
183 stars 28 forks source link

Download files when metadata is missing #35

Closed jansel closed 6 years ago

jansel commented 7 years ago

git-bigstore currently does not work well with a forking workflow. In this workflow, there is no central repository to store bigstore metadata/notes. This patch (and the next one I will submit shortly) add support for this workflow. This change makes git bigstore pull work even when metadata is missing.

dlo commented 6 years ago

@jansel So sorry about the belated response. This looks great, thanks!