4 MINDS

4MINDS Gestão de Conhecimento

remove git file from repository history



Removendo um arquivo e seu histórico de um repositório git

git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch FileName' HEAD
git push origin master --force