Help Shape GitKraken Desktop
Got an idea to make GitKraken Desktop even better? We’d love to hear it.
- 📝 Add a feature request or ⬆️ upvote existing ideas
- 🗺️ Check out our product roadmap to see what’s in progress
- 🛠️ Contact support to report bugs or issues
We review suggestions weekly. Some requests take time to evaluate or implement — but rest assured, we’re always listening and appreciate every vote and comment.
Add git subtree support 🌳
Git subtree lets you nest one repository inside another as a sub-directory. It is one of several ways Git projects can manage project dependencies and is an ...
Support more interactive rebase commands and external rebase states
As a developer, I would like support for the rest of the interactive rebase commands in order to properly enable cleaning up branch commits when rebasing. ...
Add support for "git rebase --onto"
Those of us that employ a rebase-centric development model sometimes need to drop into the command-line to run "git rebase" with the --onto option.
The common use ...