0

我正在使用 git 来管理配置修订。

我想在詹金斯工作期间运行 difftool 以允许用户在工作期间决定哪一行是正确的。有没有可以做到这一点的插件?

示例:(工作区中的文件已更改,用户应该能够根据需要进行修改)

chen@DEV-Chen:/tmp/configuration_repo$ git status 
On branch env.env68
Your branch is up-to-date with 'origin/env.env68'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working 
directory)

    modified:   env.env68/backend.properties

no changes added to commit (use "git add" and/or "git commit -a")
chen@DEV-Chen:/tmp/configuration_repo$ git difftool -y .

使用 git difftool 运行融合

4

0 回答 0