“Usuń historię plików z git” Kod odpowiedzi

Jak usunąć historię git dla pliku

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD
Defiant Dugong

git usuń plik z historii

$ git rm --cached giant_file
// Stage our giant file for removal, but leave it on disk
DeuxAlpha

Usuń historię plików z git

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD
Clumsy Caterpillar

Odpowiedzi podobne do “Usuń historię plików z git”

Pytania podobne do “Usuń historię plików z git”

Więcej pokrewnych odpowiedzi na “Usuń historię plików z git” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu