• Skip to primary navigation
  • Skip to content
  • Skip to footer
Hacker-Notes
  • Posts
  • Categories
  • Tags
  • About
    Pro Engels

    Pro Engels

    HackerNotes is a collection of notes, thoughts, and ideas on software engineering, programming and technology.

    • Website
    • GitHub

    Shrink Git Repo Size

    less than 1 minute read

    On this page

    • Git reduce repo size
      • Links

    Git reduce repo size

    git repack -a -d -f --depth=250 --window=250
    

    Links

    https://stackoverflow.com/questions/5613345/how-to-shrink-the-git-folder

    Tags: git, Tool

    Updated: September 18, 2024

    Share on

    X Facebook LinkedIn Bluesky
    Previous Next

    You May Also Enjoy

    agentigai

    less than 1 minute read

    State of Agentic AI: Founder’s edition

    The open-source API platform for building AI apps in minutes

    less than 1 minute read

    The open-source API platform for building AI apps in minutes

    regex crossword puzzle

    less than 1 minute read

    regex crossword puzzle

    Exploring and understanding Python through surprising snippets.

    less than 1 minute read

    Exploring and understanding Python through surprising snippets

    • GitHub
    • Feed
    © 2025 Hacker-Notes. Powered by Jekyll & Minimal Mistakes.