About | Features | Technologies | Requirements | Starting | License | Author
Git export command.
✔️ export commit file.
Command:
❯ git-export -h
Git提交记录文件导出工具
Usage: git-export.exe [OPTIONS] --filter <FILTER>
Options:
-f, --filter <FILTER> 必填项,过滤,支持username,email,commit message...
-o, --outdir <OUT_DIR> 导出目录 [default: git-export]
--in-commit <IN_COMMITS> commit哈希,filter限定在这些commit中,多个可以使用逗号分隔
--zip <ZIP> zip文件名称 [default: source.zip]
--verbose 是否打印日志
-h, --help Print help (see more with '--help')
The following tools were used in this project:
Before starting 🏁, you need to have Git and Rust installed.
Rust toolchain: stable-x86_64-pc-windows-msvc;
# Clone this project
$ git clone https://github.com/ddki/git-export
# Access
$ cd git-export
# Install dependencies
$ cargo install
# Run the project
$ cargo make build-flow
This project is under license from GPL-3.0. For more details, see the LICENSE file.
Made with ❤️ by ddki