GitKraken — cross-platform Git GUI (Electron) от Axosoft с визуальным commit graph, built-in merge editor, GitHub/GitLab/Bitbucket integration. С 2022 free tier только для personal projects + public repos — для private нужен pro ($49/год). Альтернативы: Tower (Mac/Win, paid), Fork (donate-ware), SourceTree (free, Atlassian), lazygit (terminal), Git CLI + VSCode extensions.
Ниже: подробности, пример, связанные, FAQ.
# Fork (macOS/Windows) — альтернатива GitKraken UX
$ brew install --cask fork # macOS
# или скачать с https://git-fork.com/
# lazygit в terminal
$ brew install lazygit
$ cd my-repo && lazygitДа для public/personal repos. Private repos = pro subscription $49/год.
Fork: нативный (не Electron), быстрее, one-time purchase. GitKraken: больше фич, subscriptions.
Нет, терминальный интерфейс с keyboard-only. Beginners — GitHub Desktop или SourceTree.