1
SoloCompany 2017 年 4 月 26 日
伪代码
git filter-branch --commit-filter ' if [ "$GIT_AUTHOR_DATE" 小于 20170301 ]; then skip_commit "$@"; else git commit-tree "$@"; |