如题,最近用tortoiseHg觉得还挺顺手的
所以linux下git有这样的能图形化查看log,还有diff的工具吗?
其实我主要是看log和diff比较多,pull push commit 用命令行也可以
高洛峰2017-04-17 12:03:32
The gitk that comes with git can easily view logs and diffs
Enter gitk in the terminal and it will open
PHPz2017-04-17 12:03:32
The IDE produced by jetBrains has good support for git, with front-end webstorm and back-end IDEA
PHP中文网2017-04-17 12:03:32
I use sourceTree, and some low-frequency repos use git gui
and gitk
to make do
But I still miss the turtle. It would be nice if there was a GUI that was more like a turtle
迷茫2017-04-17 12:03:32
If you want a GUI, try git-cola
I have been using it and highly recommend it, it is easier to use than gitk.
git-cola can be installed directly in the package management: for example, directly under Ubuntu sudo apt-get install git-cola