git find fat commit

后端 未结 7 1552
借酒劲吻你
借酒劲吻你 2020-12-01 04:03

Is it possible to get info about how much space is wasted by changes in every commit — so I can find commits which added big files or a lot of files. This is all to try to r

7条回答
  •  眼角桃花
    2020-12-01 04:39

    git fat find N where N is in bytes will return all the files in the whole history which are larger than N bytes.

    You can find out more about git-fat here: https://github.com/cyaninc/git-fat

提交回复
热议问题