-
Notifications
You must be signed in to change notification settings - Fork 120
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
AppJoint repository size #1
Comments
Oh, sorry for that, I commit it by mistake, I will remove it from repository, thank you :) |
The bad thing here is that GIT remembers everything. So even after the fix everybody will get: ▶ git clone https://github.com/PrototypeZ/AppJoint.git |
You are right, I'm working on it to remove this large file from git history. Thanks : ) |
@PrototypeZ I am learning |
maybe this command work perfect git filter-branch --tree-filter 'rm -rf gradle/wrappe/gradle-4.1-all.zip' HEAD rebuild all commit tree for delete gradle-4.1-all.zip |
I just cloned AppJoint repository and found out that for some reason it contains gradle-4.1-all.zip (almost 86 MB).
Is it there by mistake?
The text was updated successfully, but these errors were encountered: