Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to remove one file from git history

The BFG Repo-Cleaner is a faster, simpler alternative to git filter-branch for removing unwanted data. For example, to remove your file with sensitive data and leave your latest commit untouched), run:
bfg --replace-text passwords.txt
Source by help.github.jp #
 
PREVIOUS NEXT
Tagged: #remove #file #git #history
ADD COMMENT
Topic
Name
8+7 =