Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个 shell 脚本上工作,它自动将我从项目中的最后一次更改提交到我的本地 git 存储库。它工作得很好,所以我的下一步是优化脚本。现在我搜索一个命令来删除我的存储库的历史记录,除了最后 10 次提交。
我只找到了清除整个历史记录的命令,这不是我想要的解决方案。也许有人有想法?