/************************************************************/
Git Graphic Tools Summary
/************************************************************/
https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools
git-gui (distributed with Git)
git-gui (announcement, gitweb) by Shawn Pearce is a tool for creating commits and managing branches. It was inspired by and initially based on gitool. Written in Tcl/Tk. Stable versions are shipped with Core Git since version 1.5.
gitk (distributed with Git)
gitk is a simple Tcl/Tk GUI for browsing history of Git repositories easily, distributed with Git.
git-cola
git-cola (gitweb, github) by David Aguilar is a git commit tool, similar to git-gui, written in PyQt4. You can get tarballs at http://cola.tuxfamily.org/. Native packages exist for Debian, Fedora, and Arch. Mac OSX and Windows binaries are avai
Linux下的git和比较的图形工具汇总
最新推荐文章于 2024-10-10 21:22:31 发布
这篇博客总结了Linux环境中用于Git版本控制和文件差异比较的多种图形工具,包括git-gui、gitk、git-cola、teamGit、gitg、giggle等,并对它们的功能和特点进行了简要介绍。同时,还提到了一些diff工具如Meld、Kdiff3、Xxdiff和TkDiff,供开发者选择合适的工具进行代码管理和差异对比。
摘要由CSDN通过智能技术生成