tl; dr: GitEye = অতি স্বজ্ঞাত UI, দ্রুততম কর্মপ্রবাহ, অত্যন্ত স্বনির্ধারিত
আমি দীর্ঘ সময় কাটাবার্তা এইচবি ওয়ার্কবেঞ্চ পাওয়ার পাওয়ার এবং আমি এটি পছন্দ করি, তাই স্বাভাবিকভাবেই আমার সম্পূর্ণ মতামত মানদণ্ডটি বেশিরভাগই এর উপর ভিত্তি করে ছিল:
* 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-GUI
- QGit
- মুখ চাপিয়া হাসা
- স্পর্শ
- SmartGit
- gitg
- RabbitVCS
- GitKraken
- GitX
- Git-Dag
- বাজার এক্সপ্লোরার + বিজেআর-গিট
- কচ্ছপএইচজি + এইচজিজিট (সেরা ইউআই, এইচজিজিট কাজ করে না)
ফলাফল
বেশিরভাগ পরীক্ষিত গিট জিইউআই ক্লায়েন্ট সম্পূর্ণ **** সম্পূর্ণ, নীচে সেরা 2 টি এবং 1 টি অন্যের মতো **** নয়।
কিংবদন্তি
- = feature missing or so **** it doesn't count
~ = feature somewhat matches my requirements
+ = feature works like I want :)
প্রথম স্থান: গিটইয়ে
সবচেয়ে স্বজ্ঞাত ইউআই, দ্রুততম কর্মপ্রবাহ, অত্যন্ত স্বনির্ধারিত
~ 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?]
দ্রষ্টব্য: যদি গিট ফাইলের ভিউ আপনার উপর কাজ করা বন্ধ করে দেয় তবে অনুরূপ গিট স্টেজিং ভিউটি ব্যবহার করুন।
২ য় স্থান: স্মার্টজিট
সুন্দর ইন্টিগ্রেটেড ফাইল ডিফ। অস্পষ্ট আচরণ করা, ইতিহাস লুকানো, লাইসেন্স দরকার
~ 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]
তৃতীয় স্থান: কিউজিট
সুন্দর পরিষ্কার ইতিহাস, ইউএক্স অগোছালো, হালকা ওজনের কাস্টম কমান্ড যুক্ত করা যেতে পারে
+ 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
সম্মানজনক উল্লেখ: গিটক্রেকেন
এটি এখনও তার উন্নয়নের পর্যায়ে রয়েছে (1.5.1.1 এখনও হাইডিপিআই সমর্থন অনুপস্থিত), তবে মৌলিক কাজ সম্পন্ন করে। এটি সহজেই গিটই এবং স্মার্টজিটের সাথে প্রতিযোগিতা করতে পারে। এটি কিউজিটের চেয়ে অবশ্যই ভাল
বাকি সব:
গিট ক্লায়েন্ট হিসাবে পাস করার জন্য তৈরি **** টাইপ থেকে আমি হতাশ। আমি অনুমান করি যে তাদের লেখকরা মনে করেন যে কমান্ড লাইনে প্রতিদিনের সাধারণ জিনিসগুলি করা আরও দক্ষ এবং তারা তাদের ক্লায়েন্টকে সেই অদক্ষ কর্মপ্রবাহের ভিত্তিতে তৈরি করেছেন।
git mergetool
। আমি মার্জটুল হিসাবে মেল্ড জিইউআই পছন্দ করি।