软件包:git-filter-repo(2.38.0-1)
git-filter-repo 的相关链接
Debian 的资源:
下载源码包 git-filter-repo:
- [git-filter-repo_2.38.0-1.dsc]
- [git-filter-repo_2.38.0.orig.tar.gz]
- [git-filter-repo_2.38.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Quickly rewrite git repository history
git filter-repo is a versatile tool for rewriting history, which includes capabilities not found anywhere else. It roughly falls into the same space of tool as git filter-branch but without the capitulation-inducing poor performance, with far more capabilities, and with a design that scales usability-wise beyond trivial rewriting cases. git filter-repo is now recommended by the git project instead of git filter-branch.
While most users will probably just use filter-repo as a simple command line tool (and likely only use a few of its flags), at its core filter-repo contains a library for creating history rewriting tools. As such, users with specialized needs can leverage it to quickly create entirely new history rewriting tools.