Processing math: 100%

Tuesday, April 20, 2021

remove large file from commit

 git filter-branch --tree-filter 'rm -rf file_path' HEAD

No comments:

Post a Comment