如题,最近用tortoiseHg觉得还挺顺手的
所以linux下git有这样的能图形化查看log,还有diff的工具吗?
其实我主要是看log和diff比较多,pull push commit 用命令行也可以
小伙看你根骨奇佳,潜力无限,来学PHP伐。
The gitk that comes with git can easily view logs and diffs
Enter gitk in the terminal and it will open
The IDE produced by jetBrains has good support for git, with front-end webstorm and back-end IDEA
I use sourceTree, and some low-frequency repos use git gui and gitk to make do
git gui
gitk
But I still miss the turtle. It would be nice if there was a GUI that was more like a turtle
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
sudo apt-get install git-cola
Using commands is the way to go
The gitk that comes with git can easily view logs and diffs
Enter gitk in the terminal and it will open
The IDE produced by jetBrains has good support for git, with front-end webstorm and back-end IDEA
I use sourceTree, and some low-frequency repos use
git gui
andgitk
to make doBut I still miss the turtle. It would be nice if there was a GUI that was more like a turtle
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
Using commands is the way to go