Home  >  Q&A  >  body text

版本管理 - linux下有类似tortoiseGit的工具吗

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

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

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

伊谢尔伦伊谢尔伦2742 days ago750

reply all(5)I'll reply

  • 高洛峰

    高洛峰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

    reply
    0
  • PHPz

    PHPz2017-04-17 12:03:32

    The IDE produced by jetBrains has good support for git, with front-end webstorm and back-end IDEA

    reply
    0
  • PHP中文网

    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

    reply
    0
  • 迷茫

    迷茫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

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 12:03:32

    Using commands is the way to go

    reply
    0
  • Cancelreply