git-diff-lcs

时间:2021-03-08 20:01:45
【文件属性】:
文件名称:git-diff-lcs
文件大小:11KB
文件格式:ZIP
更新时间:2021-03-08 20:01:45
Ruby 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
【文件预览】:
git-diff-lcs-main
----.github()
--------workflows()
----git_diff_lcs.gemspec(938B)
----lib()
--------git_diff_lcs()
--------git_diff_lcs.rb(910B)
----Gemfile(200B)
----spec()
--------spec_helper.rb(375B)
--------git_diff_lcs_spec.rb(5KB)
----Rakefile(208B)
----LICENSE(1KB)
----README.md(815B)
----.rubocop.yml(267B)
----.rspec(56B)
----Gemfile.lock(1KB)
----exe()
--------git_diff_lcs(104B)
----.gitignore(136B)
----bin()
--------console(463B)
--------setup(131B)

网友评论