tl; dr: GitEye = सबसे सहज यूआई, सबसे तेज़ वर्कफ़्लो, उच्च अनुकूलन
मैं एक लंबे समय तक कछुआ हेंग वर्कबेंच पॉवरसुसर हूं और मुझे यह पसंद है, इसलिए स्वाभाविक रूप से मेरी पूरी तरह से राय मानदंड ज्यादातर इसके आधार पर थे:
* 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 कोला
- GitEye
- GITK
- Git-जीयूआई
- QGit
- खिसियाना
- छूत
- SmartGit
- gitg
- RabbitVCS
- GitKraken
- GitX
- Git-डेग
- बाज़ार एक्सप्लोरर + बज़्र-गिट
- TortoiseHg + hggit (सबसे अच्छा UI, hggit काम नहीं करता है)
परिणाम
अधिकांश परीक्षित जीयूआई जीयूआई ग्राहक पूर्ण **** हैं, नीचे 2 सर्वश्रेष्ठ और 1 हैं जो कि अन्यों की तरह **** नहीं हैं।
किंवदंती
- = feature missing or so **** it doesn't count
~ = feature somewhat matches my requirements
+ = feature works like I want :)
पहली जगह: GitEye
सबसे सहज यूआई, सबसे तेज वर्कफ़्लो, उच्च अनुकूलन
~ 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 मंचन दृश्य का उपयोग करें।
दूसरा स्थान: स्मार्टगिट
सुंदर एकीकृत फ़ाइल अंतर। अस्पष्ट, इतिहास छिपा हुआ, लाइसेंस की आवश्यकता है
~ 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
सुंदर स्पष्ट इतिहास, प्रतिबद्ध यूएक्स गन्दा, हल्के, कस्टम कमांड जोड़े जा सकते हैं
+ 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 के रूप में mel GUI पसंद करता हूं।