
Now supports GPG commit signing.
Features
- GitKraken now supports GPG commit signing. This helps verify the identity of users making commits within GitKraken, and prevents other users from fraudulently using your alias to make commits.
- GitKraken now has Interactive Rebase functionality. When you drag-and-drop a branch to rebase, you will now see an option for interactive rebase. After opening the interactive rebase view, you can choose from a menu of actions for each commit:
- On the left, pick, reword, squash, or drop commits.
- Use up and down keys to navigate commits.
- Double-click a commit to reword.
- Drag-and-drop to move commits up and down.
- Use keyboard shortcuts to perform all of these actions.
- You can also right-click on a commit in the graph to access the interactive rebase option for child commits:
- Squash without HEAD
- Move commit
- Edit commit message
- Drop commit
- Fetching on a repository with multiple remotes is now faster.
- An option to clone a repository has been added to the GitKraken welcome screen.
- The commit panel will now display the committer in addition to the author if the two are different.