版本管理 - linux下有类似tortoiseGit的工具吗
伊谢尔伦
伊谢尔伦 2017-04-17 12:01:32
0
5
795

如题,最近用tortoiseHg觉得还挺顺手的

所以linux下git有这样的能图形化查看log,还有diff的工具吗?

其实我主要是看log和diff比较多,pull push commit 用命令行也可以

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(5)
小葫芦

The gitk that comes with git can easily view logs and diffs

Enter gitk in the terminal and it will open

PHPzhong

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

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

小葫芦

Using commands is the way to go

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template