免費圖形 Git 客戶端 SmartGit 2.1.2 發布下載

fmms 13年前發布 | 12K 次閱讀 Git

SmartGit 是一個 Git 版本控制系統的圖形化客戶端程序。

SmartGit 2.1.2 發布了,下載地址:

http://www.syntevo.com/smartgit/download.html

該版本主要是 bug 修復,詳情請看:

SmartGit 2.1.2 (2011-10-26)
===========================
Fixed Bugs
----------
- Clone: cloning Git repository using file:// protocol did not work
- Compare:
  - internal error when invoking Replace
  - backward searching: at beginning of document the user was asked
    whether to start from beginning
- Internal errors might not be reported anymore for Java 7
- Push Advanced: configuring tracking for selected branch(es) did not work
- Refresh (on frame activation): should not refresh when switching between
  SmartGit windows
- Setup:
  - new evaluation is not possible, if older version had been evaluated
    earlier
  - possible internal error when configuring Git executable
- Tag Browser: possible internal error

Git是一個開源的分布式版本控制系統,用以有效、高速的處理從很小到非常大的項目版本管理。


Git 是 Linux Torvalds 為了幫助管理 Linux 內核開發而開發的一個開放源碼的版本控制軟件。

Torvalds 開始著手開發 Git 是為了作為一種過渡方案來替代 BitKeeper,后者之前一直是 Linux 內核開發人員在全球使用的主要源代碼工具。開放源碼社區中的有些人覺得 BitKeeper 的許可證并不適合開放源碼社區的工作,因此 Torvalds 決定著手研究許可證更為靈活的版本控制系統。盡管最初 Git 的開發是為了輔助 Linux 內核開發的過程,但是我們已經發現在很多其他自由軟件項目中也使用了 Git。例如,X.org 最近就遷移到 Git 上來了,很多 Freedesktop.org 的項目也遷移到了 Git 上。

Git與CVS的區別

  • 分支更快、更容易。
  • 支持離線工作;本地提交可以稍后提交到服務器上。
  • Git 提交都是原子的,且是整個項目范圍的,而不像 CVS 中一樣是對每個文件的。
  • Git 中的每個工作樹都包含一個具有完整項目歷史的倉庫。
  • 沒有哪一個 Git 倉庫會天生比其他倉庫更重要。

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!