1.0.1 • Published 10 years ago

git-perm-rm v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

git-perm-rm

Permanently remove a file or directory from a git repo including all related commit records.

It's a very usefull script to get your git repo more sexy and slim, but at the meantime, it is dangerous and irreversible !

Usage

Remove directories

# bash
cd /your/repo
git-perm-rm node_modules temp -r

Remove file(s)

cd /your/repo
git-perm-rm index.js

Install

Install with npm

npm install -g git-perm-rm

Or, clone the repo, edit your ~/.bashrc file, add the following code:

alias="bash /your/repo/git-perm-rm.sh"