tl; dr:GitEye =最も直感的なUI、最速のワークフロー、高度にカスタマイズ可能
私は長い間TortoiseHg Workbenchのパワーユーザーであり、私はそれが大好きなので、当然のことながら、私の完全に意見を述べた基準は主にそれに基づいていました:
* full history visible in main window
* beautiful tree (DAG), branches CLEARLY separated
* current branch clearly visible in history
* superclear list of changed/added files (list + diff detail)
* each changed/added file can be committed separately (or in groups)
* current branch clearly visible while committing
* clear push/pull etc buttons
* shelve = stash {not to be confused with patches}
* revert
* graft = cherry pick
* max git features
* HiDPI support
* all changes become visible on refresh
* refresh shortcut
次のアプリをテストしました。
- git-cola
- ギットアイ
- GITK
- git-gui
- QGit
- クスクス
- ティグ
- SmartGit
- gitg
- RabbitVCS
- GitKraken
- GitX
- git-dag
- Bazaar Explorer + bzr-git
- TortoiseHg + hggit(最高のUI、hggitは機能しません)
結果
テスト済みのgit GUIクライアントのほとんどは完全な****であり、以下は最高の2つで、他の1つは****ではありません。
伝説
- = feature missing or so **** it doesn't count
~ = feature somewhat matches my requirements
+ = feature works like I want :)
1位:GitEye
最も直感的なUI、最速のワークフロー、高度にカスタマイズ可能
~ full history visible in main window [in a separate tab, same UI pattern facilitates looking at the history of separate files]
+ beautiful tree (DAG), branches CLEARLY separated
+ current branch clearly visible in history
+ superclear list of changed/added files (list + diff detail)
+ each changed/added file can be committed separately
+ current branch clearly visible while committing
+ clear push/pull etc buttons
+ shelve = stash [Stashes clearly visible in sidepane]
+ revert
+ graft = cherry pick
+ max git features
~ HiDPI support
+ all changes become visible on refresh
- refresh shortcut [you can set one, but it wont work. bug?]
注:Gitファイルビューで作業が停止した場合は、同様のGitステージングビューを使用します。
2位:SmartGit
美しい統合ファイル差分。不明な履歴を隠してコミットするには、ライセンスが必要です
~ full history visible in main window [separate window, I found myself constantly confusing both windows]
- beautiful tree (DAG), branches CLEARLY separated
- current branch clearly visible in history
+ superclear list of changed/added files (list + diff detail)
~ each changed/added file can be committed separately [UI not clear enough]
- current branch clearly visible while committing
+ clear push/pull etc buttons
+ shelve = stash
+ revert
+ graft = cherry pick
+ max git features
+ HiDPI support
+ all changes become visible on refresh [refreshes automatically]
+ refresh shortcut [refreshes automatically]
3位:QGit
美しいクリアな履歴、コミットUX乱雑、軽量、カスタムコマンドを追加可能
+ full history visible in main window
+ beautiful tree (DAG), branches CLEARLY separated
+ current branch clearly visible in history
~ superclear list of changed/added files (list + diff detail) [doesn't show new files in main window]
- each changed/added file can be committed separately
- current branch clearly visible while committing
~ clear push/pull etc buttons [could be added via custom commands]
- shelve = stash
- revert
- graft = cherry pick
- max git features
+ HiDPI support
~ all changes become visible on refresh [except for new files]
+ refresh shortcut
名誉ある言及:GitKraken
まだ開発段階にあります(1.5.1にはまだHiDPIサポートがありません)が、基本的な作業は完了しています。これは、GitEyeおよびSmartGitと簡単に競合する可能性があります。確かにQGitよりも優れています。
残りすべて:
gitクライアントとして渡された****のタイプには失望しています。彼らの著者は、コマンドラインで毎日簡単なことをする方が効率的であり、その非効率的なワークフローにクライアントを基づいていると思うと思います。
git mergetool
。mergetoolとしてmeld GUIを使用します。