#git 如何实现vimdiff
git config --global diff.tool vimdiff git config --global difftool.prompt false git config --global alias.d difftool

然后使用 git d 打开对比代码,然后用 :wq 继续比较下一个文件。

git d hashid
#git 如何实现vimdiff
git config --global diff.tool vimdiff git config --global difftool.prompt false git config --global alias.d difftool

然后使用 git d 打开对比代码,然后用 :wq 继续比较下一个文件。

git d hashid

相关文章:

  • 2021-11-11
  • 2022-02-02
  • 2021-09-16
  • 2021-07-02
  • 2022-01-12
  • 2022-02-21
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2021-10-30
  • 2021-11-19
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案