Coder Social home page Coder Social logo

Comments (7)

tiwanari avatar tiwanari commented on June 20, 2024

i also noticed that the history of some old *.jar files (e.g., android.jar) takes up substantial volume.

from drivecommand.

mandaiy avatar mandaiy commented on June 20, 2024

👍

from drivecommand.

tiwanari avatar tiwanari commented on June 20, 2024

I made a simple script.

#!/bin/sh
TARGETS=(
  "libs"
  "lib"
  "design"
  "doc"
  "coverage-report"
)
target=$(printf " %s" "${TARGETS[@]}")
target=${target:1}

git filter-branch -f --index-filter "git rm -f -r --cached --ignore-unmatch ${target}" -- --all

and before&after is

[ tatsuya@tatsuyas-MBP ] drivecommand# du -sh .git/objects
 20M	.git/objects

to

[ tatsuya@tatsuyas-MBP ] drivecommand-clean-tmp-check# du -sh .git/objects
672K	.git/objects

from drivecommand.

tiwanari avatar tiwanari commented on June 20, 2024

It looks good, doesn't it? 🎉

I will force push if you give me an approval! :)

from drivecommand.

tiwanari avatar tiwanari commented on June 20, 2024

I checked it can be built (./gradlew build javadoc). If you want to check, it is here.

from drivecommand.

tiwanari avatar tiwanari commented on June 20, 2024

Then, let me push :)

from drivecommand.

tiwanari avatar tiwanari commented on June 20, 2024

I pushed them 😎

from drivecommand.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.