tl; dr: GitEye = interface de usuário mais intuitiva, fluxo de trabalho mais rápido, altamente personalizável
Eu sou um usuário de longa data do TortoiseHg Workbench poweruser e eu adoro isso, então naturalmente meus critérios completamente opinativos foram baseados principalmente nele:
* 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
Eu testei os seguintes aplicativos:
- git-cola
- GitEye
- GITK
- git-gui
- QGit
- rindo
- tig
- SmartGit
- gitg
- RabbitVCS
- GitKraken
- GitX
- git-dag
- Bazar Explorer + bzr-git
- TortoiseHg + hggit (melhor interface do usuário, o hggit não funciona)
Resultados
A maioria dos clientes GUI testados estão completos, abaixo estão 2 dos melhores e 1 que não são tão bons quanto os outros.
Legenda
- = feature missing or so **** it doesn't count
~ = feature somewhat matches my requirements
+ = feature works like I want :)
1º lugar: GitEye
UI mais intuitiva, o fluxo de trabalho mais rápido, altamente personalizável
~ 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?]
Nota: se a visualização Git Files parar de funcionar em você, use a visualização similar do Git Staging.
2º lugar: SmartGit
belo arquivo integrado diff. comprometendo-se claro, história oculta, requer uma licença
~ 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º lugar: QGit
um histórico claro e bonito, comandos UX confusos, leves e personalizados podem ser adicionados
+ 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
Menção honrosa: GitKraken
Ainda está em fase de desenvolvimento (1.5.1 ainda está faltando suporte ao HiDPI), mas executa o trabalho básico. Isso poderia facilmente competir com o GitEye e o SmartGit. É melhor que QGit com certeza.
Todo o resto:
Estou desapontado com o tipo de **** feito para passar como um cliente git. Eu acho que seus autores acham que é mais eficiente fazer coisas simples do dia a dia na linha de comando e eles basearam seus clientes nesse fluxo de trabalho ineficiente.