Skip to content

Instantly share code, notes, and snippets.

View Maxattax97's full-sized avatar
🦀
rust's borrow checker is my kind of tough love

Max O'Cull Maxattax97

🦀
rust's borrow checker is my kind of tough love
View GitHub Profile
@Maxattax97
Maxattax97 / README.md
Last active November 13, 2023 12:10 — forked from magnetikonline/README.md
List all Git repository objects by size.

List all Git repository objects by size

Summary

Bash script to:

  • Iterate all commits made within a Git repository.
  • List every object at each commit.