Replies: 3 comments 2 replies
-
目前我用过下面 3 种操作 git 的方式
因为我习惯使用终端配合上 tmux, 所以, 我大概的工作流是这样的:
tig 我很少使用 虽然我使用 webstorm 来写代码, 但是有时候查看文件 diff 的时候, 还是使用 diffview.nvim, 原因是, 我有时候需要对比不同分支的文件差异, 例如, 我会使用这样的命令 |
Beta Was this translation helpful? Give feedback.
2 replies
-
分享我魔改后的版本。 git diffgit log |
Beta Was this translation helpful? Give feedback.
0 replies
-
用tig查看分支线,用命令进行git操作,足够了。 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
https://github.com/wfxr/forgit
git + fzf,挺好用的。懂 shell 脚本的可以 fork 后自己魔改。
Beta Was this translation helpful? Give feedback.
All reactions