大伙常用什么查看 git 提交?命令行还是图形界面?

2021-07-04 13:24:26 +08:00
 henryhu
要浏览最近的提交,有什么方便的工具?
12820 次点击
所在节点    git
134 条回复
LKLiam
2021-07-04 13:44:00 +08:00
tortoise git
yangjunwang90
2021-07-04 14:23:59 +08:00
Sourcetree
kurisu1901
2021-07-04 16:19:24 +08:00
查看近期提交用命令行,查看久远的历史记录以及做筛选的时候,用 JetBrains 家 IDE 自带的 git 功能
maplerecall
2021-07-04 16:34:52 +08:00
Fork,轻快好用。sourcetree 太慢了,大 repo 各种操作都卡卡的…
henryhu
2021-07-04 16:49:34 +08:00
我用命令行,感觉不方便
AEDaydreamer
2021-07-04 17:03:31 +08:00
vscode 的 git extension
rcmerci
2021-07-04 17:11:37 +08:00
magit
jaredyam
2021-07-04 17:20:29 +08:00
lazygit
unco020511
2021-07-04 17:56:47 +08:00
sourceTree
liango
2021-07-04 18:42:47 +08:00
intellij
hmxxmh
2021-07-04 19:37:57 +08:00
Sourcetree+1
AmoreLee
2021-07-04 19:55:56 +08:00
1. git log
2. git lg
需要用这条命令配置一下别名
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
3. vim 有 fugitive
4. emacs 有 magit
5. 其他一些 gui 的工具
hijoker
2021-07-04 21:33:01 +08:00
goland 自带的+goland terminal
cosmtrek
2021-07-04 21:34:40 +08:00
gitfox
chendy
2021-07-04 22:24:17 +08:00
intellij
MarkLeeyun
2021-07-04 22:37:01 +08:00
emacs 的 magit.
limbo0
2021-07-05 00:27:46 +08:00
tig
kkocdko
2021-07-05 00:44:01 +08:00
vscode 自带的那个,目前没有多人协作需求
SZP1206
2021-07-05 01:31:43 +08:00
gut log --oneline
hamkido2000
2021-07-05 01:37:19 +08:00
magit

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/787434

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX