Removing unwanted folders from git repo permanently - Repo size not changing

前端 未结 2 522
情深已故
情深已故 2020-12-10 05:40

I have git repo, I have accidentally committed some library files to the git remote repo.

Now it has resulted in increased size of about 6.23 GB. Then I tried deleti

2条回答
  •  死守一世寂寞
    2020-12-10 06:14

    I am sorry folks!!! In addition to node_module there was another main culprit ntvs_analysis.dat that caused the huge size of the repo. Now I have removed that and now the repo size is 75 MB. Even the steps that I have followed itself was working

提交回复
热议问题