nl2bash icon indicating copy to clipboard operation
nl2bash copied to clipboard

Shrink Repository

Open nikhilweee opened this issue 6 years ago • 3 comments

A fresh git clone pulls in 1.1GBs, whereas the working directory is only close to 120MB. Please consider stripping down the repository size.

nikhilweee avatar Mar 05 '18 09:03 nikhilweee

Oh, almost forgot. People who want a smaller clone size could do a shallow clone instead. It's around 100MB (as of 5e872e0).

git clone --depth 1 https://github.com/TellinaTool/nl2bash

nikhilweee avatar Mar 05 '18 10:03 nikhilweee

Good call, thanks. Will fix this asap.

todpole3 avatar Mar 06 '18 01:03 todpole3

Hi. +1 from me. One option to improve the situation is to use git large file storage (GIT LFS). https://git-lfs.github.com/

sergei-mironov avatar Sep 22 '19 10:09 sergei-mironov