Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.53 KB

更新日志

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

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')