Post

Git rm history

Remove Git Histoy:

git filter-branch -f --tree-filter 'rm -rf XXXXXXX' HEAD
git push origin --force