Alternatives to GitKraken logo

Alternatives to GitKraken

SourceTree, Tower, GitKraken Glo, GitHub, and SmartGit are the most popular alternatives and competitors to GitKraken.
725
893
+ 1
279

What is GitKraken and what are its top alternatives?

The downright luxurious Git client for Windows, Mac and Linux. Cross-platform, 100% standalone, and free.
GitKraken is a tool in the Source Code Management Desktop Apps category of a tech stack.

Top Alternatives to GitKraken

  • SourceTree
    SourceTree

    Use the full capability of Git and Mercurial in the SourceTree desktop app. Manage all your repositories, hosted or local, through SourceTree's simple interface. ...

  • Tower
    Tower

    Use all of Git's powerful feature set - in a GUI that makes you more productive. ...

  • GitKraken Glo
    GitKraken Glo

    A more productive way for developers to track tasks and issues from inside GitKraken, VS Code, Atom or a browser! Glo Boards sync in real-time with GitHub Issues, support markdown and offer lots of time-saving features for devs. ...

  • GitHub
    GitHub

    GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together. ...

  • SmartGit
    SmartGit

    It is a graphical Git client with support for SVN and Pull Requests for GitHub and Bitbucket. It runs on Windows, macOS and Linux. ...

  • Fork
    Fork

    Manage your repositories without leaving the application. Organize the repositores into categories. Fork's Diff Viewer provides a clear view to spot the changes in your source code quickly. ...

  • Sublime Merge
    Sublime Merge

    A snappy UI, three-way merge tool, side-by-side diffs, syntax highlighting, and more. Evaluate for free – no account, tracking, or time limits. ...

  • GitUp
    GitUp

    GitUp lets you see your entire labyrinth of branches and merges with perfect clarity. Any change you make, large or small, even outside GitUp, is immediately reflected in GitUp's graph. No refreshing, no waiting. ...

GitKraken alternatives & related posts

SourceTree logo

SourceTree

10.1K
7.7K
727
A free Git GUI client for Windows and macOS
10.1K
7.7K
+ 1
727
PROS OF SOURCETREE
  • 205
    Visual history and branch view
  • 164
    Beautiful UI
  • 134
    Easy repository browsing
  • 87
    Gitflow support
  • 75
    Interactive stage or discard by hunks or lines
  • 22
    Great branch visualization
  • 18
    Ui/ux and user-friendliness
  • 8
    Best Git Client UI/Features
  • 7
    Search commit messages
  • 5
    Available for Windows and macOS
  • 1
    Log only one file
  • 1
    Search file content
CONS OF SOURCETREE
  • 12
    Crashes often
  • 8
    So many bugs
  • 7
    Fetching is slow sometimes
  • 5
    No dark theme (Windows)
  • 5
    Extremely slow
  • 5
    Very unstable
  • 4
    Can't select text in diff (windows)
  • 3
    Freezes quite frequently
  • 3
    Can't scale window from top corners
  • 2
    UI blinking
  • 2
    Windows version worse than mac version
  • 2
    Installs to AppData folder (windows)
  • 2
    Diff makes tab indentation look like spaces
  • 2
    Windows and Mac versions are very different
  • 2
    Diff appears as if space indented even if its tabs
  • 2
    Doesn't have an option for git init
  • 2
    Useless for merge conflict resolution
  • 2
    Doesn't differentiate submodules from parent repos
  • 2
    Requires bitbucket account
  • 1
    Generally hard to like
  • 1
    No reflog support
  • 1
    Bases binary check on filesize
  • 1
    Can't add remotes by right clicking remotes (windows)

related SourceTree posts

Simon Reymann
Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 7.3M views

Our whole DevOps stack consists of the following tools:

  • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
  • Respectively Git as revision control system
  • SourceTree as Git GUI
  • Visual Studio Code as IDE
  • CircleCI for continuous integration (automatize development process)
  • Prettier / TSLint / ESLint as code linter
  • SonarQube as quality gate
  • Docker as container management (incl. Docker Compose for multi-container application management)
  • VirtualBox for operating system simulation tests
  • Kubernetes as cluster management for docker containers
  • Heroku for deploying in test environments
  • nginx as web server (preferably used as facade server in production environment)
  • SSLMate (using OpenSSL) for certificate management
  • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
  • PostgreSQL as preferred database system
  • Redis as preferred in-memory database/store (great for caching)

The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

  • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
  • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
  • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
  • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
  • Scalability: All-in-one framework for distributed systems.
  • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
See more
Cees Timmerman

Tower appears to be between GitKraken and SourceTree in detail, but gave two scary error dialogs when attempting to merge resulted in a conflict. Doing the same in SourceTree just worked and showed the conflict in its handy file view that's always visible (unlike Tower's mere "Merge branch 'X' into develop" message when the commit is selected).

Both GitKraken and Tower lack the commit hash in their history overview, requiring one to select a commit to see it.

GitKraken appears to be the only Windows 10 Git GUI suitable for night shifts, but like Tower is only free for 30 days, unlike SourceTree.

See more
Tower logo

Tower

202
355
80
The most powerful Git client for Mac & Windows
202
355
+ 1
80
PROS OF TOWER
  • 19
    Git
  • 16
    Just works
  • 10
    Version control
  • 6
    Awesome
  • 6
    Simple layout
  • 4
    Multiple windows
  • 3
    Automatic repo discovery
  • 3
    Multiple tabs
  • 2
    Submodule support
  • 2
    Github integration
  • 2
    Full featured client
  • 2
    Uses standard git terminology and methods
  • 2
    Gitflow support
  • 2
    Interactive stage or discard by hunks or lines
  • 1
    SAS
CONS OF TOWER
  • 5
    Expensive
  • 4
    Subscription based
  • 1
    No side by side diff
  • 0
    Merge conflict resolution impossible/unclear

related Tower posts

Cees Timmerman

Tower appears to be between GitKraken and SourceTree in detail, but gave two scary error dialogs when attempting to merge resulted in a conflict. Doing the same in SourceTree just worked and showed the conflict in its handy file view that's always visible (unlike Tower's mere "Merge branch 'X' into develop" message when the commit is selected).

Both GitKraken and Tower lack the commit hash in their history overview, requiring one to select a commit to see it.

GitKraken appears to be the only Windows 10 Git GUI suitable for night shifts, but like Tower is only free for 30 days, unlike SourceTree.

See more
GitKraken Glo logo

GitKraken Glo

47
68
0
Easily track tasks and issues from inside popular dev tools
47
68
+ 1
0
PROS OF GITKRAKEN GLO
    Be the first to leave a pro
    CONS OF GITKRAKEN GLO
      Be the first to leave a con

      related GitKraken Glo posts

      GitHub logo

      GitHub

      266.1K
      230.7K
      10.3K
      Powerful collaboration, review, and code management for open source and private development projects
      266.1K
      230.7K
      + 1
      10.3K
      PROS OF GITHUB
      • 1.8K
        Open source friendly
      • 1.5K
        Easy source control
      • 1.3K
        Nice UI
      • 1.1K
        Great for team collaboration
      • 866
        Easy setup
      • 504
        Issue tracker
      • 485
        Great community
      • 482
        Remote team collaboration
      • 451
        Great way to share
      • 442
        Pull request and features planning
      • 146
        Just works
      • 132
        Integrated in many tools
      • 121
        Free Public Repos
      • 116
        Github Gists
      • 112
        Github pages
      • 83
        Easy to find repos
      • 62
        Open source
      • 60
        It's free
      • 60
        Easy to find projects
      • 56
        Network effect
      • 49
        Extensive API
      • 43
        Organizations
      • 42
        Branching
      • 34
        Developer Profiles
      • 32
        Git Powered Wikis
      • 30
        Great for collaboration
      • 24
        It's fun
      • 23
        Clean interface and good integrations
      • 22
        Community SDK involvement
      • 20
        Learn from others source code
      • 16
        Because: Git
      • 14
        It integrates directly with Azure
      • 10
        Newsfeed
      • 10
        Standard in Open Source collab
      • 8
        Beautiful user experience
      • 8
        Fast
      • 8
        It integrates directly with Hipchat
      • 7
        Easy to discover new code libraries
      • 6
        Nice API
      • 6
        Cloud SCM
      • 6
        Graphs
      • 6
        Integrations
      • 6
        It's awesome
      • 6
        Smooth integration
      • 5
        Remarkable uptime
      • 5
        CI Integration
      • 5
        Hands down best online Git service available
      • 5
        Quick Onboarding
      • 5
        Reliable
      • 4
        Free HTML hosting
      • 4
        Version Control
      • 4
        Simple but powerful
      • 4
        Unlimited Public Repos at no cost
      • 4
        Security options
      • 4
        Loved by developers
      • 4
        Uses GIT
      • 4
        Easy to use and collaborate with others
      • 3
        IAM
      • 3
        Nice to use
      • 3
        Ci
      • 3
        Easy deployment via SSH
      • 2
        Good tools support
      • 2
        Leads the copycats
      • 2
        Free private repos
      • 2
        Free HTML hostings
      • 2
        Easy and efficient maintainance of the projects
      • 2
        Beautiful
      • 2
        Never dethroned
      • 2
        IAM integration
      • 2
        Very Easy to Use
      • 2
        Easy to use
      • 2
        All in one development service
      • 2
        Self Hosted
      • 2
        Issues tracker
      • 2
        Easy source control and everything is backed up
      • 1
        Profound
      CONS OF GITHUB
      • 53
        Owned by micrcosoft
      • 37
        Expensive for lone developers that want private repos
      • 15
        Relatively slow product/feature release cadence
      • 10
        API scoping could be better
      • 8
        Only 3 collaborators for private repos
      • 3
        Limited featureset for issue management
      • 2
        GitHub Packages does not support SNAPSHOT versions
      • 2
        Does not have a graph for showing history like git lens
      • 1
        Have to use a token for the package registry
      • 1
        No multilingual interface
      • 1
        Takes a long time to commit

      related GitHub posts

      Johnny Bell

      I was building a personal project that I needed to store items in a real time database. I am more comfortable with my Frontend skills than my backend so I didn't want to spend time building out anything in Ruby or Go.

      I stumbled on Firebase by #Google, and it was really all I needed. It had realtime data, an area for storing file uploads and best of all for the amount of data I needed it was free!

      I built out my application using tools I was familiar with, React for the framework, Redux.js to manage my state across components, and styled-components for the styling.

      Now as this was a project I was just working on in my free time for fun I didn't really want to pay for hosting. I did some research and I found Netlify. I had actually seen them at #ReactRally the year before and deployed a Gatsby site to Netlify already.

      Netlify was very easy to setup and link to my GitHub account you select a repo and pretty much with very little configuration you have a live site that will deploy every time you push to master.

      With the selection of these tools I was able to build out my application, connect it to a realtime database, and deploy to a live environment all with $0 spent.

      If you're looking to build out a small app I suggest giving these tools a go as you can get your idea out into the real world for absolutely no cost.

      See more
      Simon Reymann
      Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 7.3M views

      Our whole DevOps stack consists of the following tools:

      • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
      • Respectively Git as revision control system
      • SourceTree as Git GUI
      • Visual Studio Code as IDE
      • CircleCI for continuous integration (automatize development process)
      • Prettier / TSLint / ESLint as code linter
      • SonarQube as quality gate
      • Docker as container management (incl. Docker Compose for multi-container application management)
      • VirtualBox for operating system simulation tests
      • Kubernetes as cluster management for docker containers
      • Heroku for deploying in test environments
      • nginx as web server (preferably used as facade server in production environment)
      • SSLMate (using OpenSSL) for certificate management
      • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
      • PostgreSQL as preferred database system
      • Redis as preferred in-memory database/store (great for caching)

      The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

      • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
      • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
      • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
      • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
      • Scalability: All-in-one framework for distributed systems.
      • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
      See more
      SmartGit logo

      SmartGit

      38
      46
      0
      A Git Graphical User Interface client
      38
      46
      + 1
      0
      PROS OF SMARTGIT
        Be the first to leave a pro
        CONS OF SMARTGIT
          Be the first to leave a con

          related SmartGit posts

          Fork logo

          Fork

          192
          241
          121
          Fast and Friendly Git Client for Mac
          192
          241
          + 1
          121
          PROS OF FORK
          • 18
            One of the easiest and fastest git GUIs
          • 13
            Nice UX
          • 12
            Does the job way better than others
          • 12
            Fast, Great support, Does-it-all, blazing fast
          • 10
            Dark theme
          • 9
            Intuitive interactive rebase and conflict resolution UI
          • 9
            Gitflow support
          • 7
            Excellent commit history tree view
          • 5
            This even looks the same as SourceTree
          • 4
            Repository Manager
          • 3
            Countless quality of life features
          • 3
            Built-in developer feedback
          • 2
            Not buggy, works smoothly
          • 2
            Keyaboard-only
          • 2
            Visual branch history
          • 2
            Reflog support
          • 2
            Github Notifications
          • 1
            Git ammend
          • 1
            Smart 'Open in' menu; e.g. explorer, bit, giithub .
          • 1
            Native application
          • 1
            Interactive rebase window
          • 1
            Intuitive merge conflict resolution
          • 1
            Unique Activity Manager shows current/past operations
          CONS OF FORK
          • 2
            Poorly written license
          • 1
            Stability is fragile when looking deeply into history
          • 1
            Merges that require interactive user decision

          related Fork posts

          Sublime Merge logo

          Sublime Merge

          110
          201
          46
          A Git client from the makers of Sublime Text
          110
          201
          + 1
          46
          PROS OF SUBLIME MERGE
          • 11
            Speed
          • 5
            Hotkeys
          • 5
            Beautify UI
          • 4
            Command Palete
          • 3
            Blame and File History
          • 3
            Submodule Management
          • 3
            Command Line Integration
          • 3
            Commit Editing
          • 3
            Outputs matching git CLI command
          • 3
            Sublime Text Integration
          • 3
            Three-Way Merge
          CONS OF SUBLIME MERGE
          • 2
            Only light mode available for evaluation

          related Sublime Merge posts

          Julian Sanchez
          Lead Developer at Chore Champion · | 9 upvotes · 714.4K views

          We use Visual Studio Code because it allows us to easily and quickly integrate with Git, much like Sublime Merge ,but it is integrated into the IDE. Another cool part about VS Code is the ability collaborate with each other with Visual Studio Live Share which allows our whole team to get more done together. It brings the convenience of the Google Suite to programming, offering something that works more smoothly than anything found on Atom or Sublime Text

          See more

          GitKraken is the best git client so far. The user interface is very friendly. Everything is easy to do with this tool. A branch tree vizualization is very clear. I've tried SourceTree and I got lost in such many panels. Also performance of SourceTree is not as goot as GitKraken. I like Sublime Merge but it doesn't have so many features as the other tools. I've choosen GitKraken and as bonus I got GitKraken Glo that is the next perfect tool.

          See more
          GitUp logo

          GitUp

          23
          46
          36
          The Git interface you've been missing all your life
          23
          46
          + 1
          36
          PROS OF GITUP
          • 6
            Fast
          • 6
            Can edit commit messages
          • 5
            Simple interface
          • 5
            Native OSX App
          • 3
            Easy rebase
          • 3
            Great branch visualization
          • 2
            Search commit messages
          • 2
            Beautiful UI
          • 2
            Visual history and branch view
          • 2
            Incredibly easy squash
          CONS OF GITUP
            Be the first to leave a con

            related GitUp posts