Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
devops:git [2024/09/16 08:09] – [Удалить большие файлы из репозитория git] admindevops:git [2024/09/16 08:10] (current) – [Удалить большие файлы из репозитория git] admin
Line 240: Line 240:
   git filter-repo --path-glob '*.zip' --invert-paths --force   git filter-repo --path-glob '*.zip' --invert-paths --force
 Теперь надо  снова прописать **remote** Теперь надо  снова прописать **remote**
-  git remote add origin git@github.com:.../...git+  git remote add origin git@github.com:.........
 И запушить всё: И запушить всё:
   git push --all --force   git push --all --force
   git push --tags --force   git push --tags --force
  
  • devops/git.txt
  • Last modified: 2024/09/16 08:10
  • by admin