Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Deleting binary from Repo

Michael Wojtowicz May 15, 2018

Development team included a large zip file in their repositories and wants to get rid of this file so that any future clones do not receive this file.  Its been happening for months so there will be a lot to clean up.   Any recommendations on best path to resolve ?

1 answer

0 votes
Vladimir Filippov May 15, 2018

Hi!

Try to use "filter-branch"

git filter-branch --tree-filter 'rm -f ./YourLargeFile.zip' HEAD

 WARNING! The rewritten history will have different object names for all the objects and will not converge with the original branch. 

 

for more information see:  https://git-scm.com/docs/git-filter-branch

Michael Wojtowicz August 7, 2018

This needs to be done on the local repo?   Is there a way to do in on the bitbucket server itself?   This is a very active repo. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events