1. 首页
  2. 移动开发
  3. 其他
  4. git diff lcs 源码

git diff lcs 源码

上传者: 2021-04-02 06:58:55上传 ZIP文件 10.92KB 热度 31次
GitDiffLCS 通常,git diff --stat不包含修改,因此我们添加了它以使用LCS算法显示修改。 安装 $ gem install git_diff-lcs 如何使用 $ git_diff_lcs shortstat [GIT_REPOSITORY or WORKING_DIRECTORY] [SRC(branch or commit)] [DEST(branch or commit)] $ git_diff_lcs shortstat https://github.com/btpink-seo/git-diff-lcs.git test/src test/dest $ git_diff_lcs shortstat workspace/git-diff-lcs test/src test/dest 与“ git diff --shortstat”进行比较 $ git
下载地址
用户评论