ProjectDrawdown / solutions

The mission of Project Drawdown is to help the world reach “Drawdown”— the point in the future when levels of greenhouse gases in the atmosphere stop climbing and start to steadily decline, thereby stopping catastrophic climate change — as quickly, safely, and equitably as possible.
https://www.drawdown.org/
Other
211 stars 91 forks source link

Use git lfs better #514

Open denised opened 2 years ago

denised commented 2 years ago

The file .gitattributes is set up to have some files in git lfs, but not all that could be (it currently misses all the zips). It would be a simple change to have git lfs function for all Excel and zip files, but before doing that I want to understand the implications better. In particular, we need to test the behavior experienced by a user who does not have git lfs installed and clones the repo. Since the files that we use git lfs for are (currently) only used for testing, it would be acceptable if a "casual" user did not get the actual binary files, but not acceptable if they got an error message that tells them their download or clone failed. And it would be unacceptable if an initial (apparently successful) download or clone threw up errors later when the user did push/pull/rebase or PR request, or if they later did install and use lfs.

Documentation about lfs is surprisingly sparse and this is too risky to do without thorough testing.