Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shrink Repository #4

Open
nikhilweee opened this issue Mar 5, 2018 · 3 comments
Open

Shrink Repository #4

nikhilweee opened this issue Mar 5, 2018 · 3 comments

Comments

@nikhilweee
Copy link

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
Copy link
Author

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

@todpole3
Copy link
Member

todpole3 commented Mar 6, 2018

Good call, thanks. Will fix this asap.

@sergei-mironov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants