Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 767 Bytes

更新日志

Git export command for files of commits. Git 提交记录文件导出命令行工具。

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]
  -V, --print-log               是否打印日志
  -h, --help                    Print help (see more with '--help')