Replies: 1 comment 1 reply
-
不放张截图吗? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/dandavison/delta 比 https://github.com/so-fancy/diff-so-fancy 好用。delta 是基于语法的 diff,diff 结果很精准,阅读起来比较轻松。而且它支持 side-by-side diff,还支持 blame, grep。很有用。
官方仓库提供的配色不好看,我自己写了一个:https://github.com/adoyle-h/delta-theme-adoyle-dark
预览截图
side-by-side=true
side-by-side=false
git blame
git grep
Beta Was this translation helpful? Give feedback.
All reactions