Git Kraken

Git Kraken

Git is a free and open source distributed version control system for software development and several other version control tasks. It enables everything from small to very large projects with speed, efficiency data integrity.

You can primarily use/manage Git on the command line, however, there are several graphical user interfaces (GUI) Git clients, which one of them is GitKraken.

What is it?

it is a GUI Git client that facilitates efficient and reliable usage of Git on a desktop and offer most of the command line operations. Gitkraken helps a Git client’s efficiency through these features:

  • Built-in merge tool
  • Integrates with a user’s GitHub or Bitbucket account, GitLab
  • Supports single-click undo and redo functions
  • Easily adapts to a user’s workspace and also supports submodules and Gitflow
  • Keyboard shortcuts
  • Git Hooks Support
  • Interactive Rebase
  • Gitflow Support
  • Commit signing, etc

Common actions?

  • Undo
  • Redo
  • Pull
  • Push
  • Branch
  • Stash
  • Pop Stash, etc

official gitkraken.com


src dev.to