Skip to content

Instantly share code, notes, and snippets.

# The following command removes git-fat (https://github.com/jedbrown/git-fat)
# from a Git repository.
#
# Requires Python 3 and git-filter-repo (https://github.com/newren/git-filter-repo)
#
# Note that this rewrites the history of the Git repository and forces everyone
# to clone again
# Steps: Get a new clean copy of the Git repository and then run
cd {git_repository}