Requirements for installing git-filter-repo

  • Python v3.x
  • Python pip

Step to install

python -m pip install git-filter-repo

Usage

git filter-repo --path FOLDER-NAME/

Troubleshooting

pip is missing

python -m pip install --upgrade pip