ok-borg / borg

Search and save shell snippets without leaving your terminal
Apache License 2.0
1.6k stars 58 forks source link

Remove committed binaries in favour for releases #2

Closed kitten closed 8 years ago

kitten commented 8 years ago

Since the binaries are clogging up the repository and adding to the size over time, you should really consider removing them, before making any change.

This article lists the most important reason why: https://robinwinslow.uk/2013/06/11/dont-ever-commit-binary-files-to-git/

TLDR; All binaries that have ever been committed must all be fully downloaded when the repo is cloned.

I mean I could go on for long here :P https://twitter.com/tims/status/383118946909818880

But meh ;) Just use tags and Github releases

crufter commented 8 years ago

@philpl,

I totally agree, I will definitely look into this!

Thanks!