“git filter ranch удалить файл” Ответ

git filter ranch удалить файл

# Say you have a file (e.g. sensitive, really large,...) that you want removed from
# your repository (local and remote, current and history)
git filter-branch --tree-filter 'rm filename' HEAD


# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
# https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github
Muddy Moose

Удалить файл из git филиала

git rm --cached file1.txt
git commit -m "remove file1.txt"
GrepperSasi

Ответы похожие на “git filter ranch удалить файл”

Вопросы похожие на “git filter ranch удалить файл”

Больше похожих ответов на “git filter ranch удалить файл” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования