Where can I find the config files for GitKraken on Windows?
GitKraken shows many repositories, which I would not like to be listed in the "recently opened repos" list.
GitKraken data is stored in /home/{user}/. gitkraken == ~/. gitkraken .
If you're coming from a Git project you already have locally, navigate to File > Open Repo to get started immediately in GitKraken Client.
Unlike other Git GUI clients, GitKraken is not a front-end GUI for your command line; no Git tools are required. It works directly with your repositories with no dependencies, which means a separate Git installation isn't even required.
The git config command is a convenience function that is used to set Git configuration values on a global or local project level. These configuration levels correspond to . gitconfig text files. Executing git config will modify a configuration text file.
GitKraken saves its configuration in %AppData%/.gitkraken
. Despite missing a file ending, all files here are JSON, so you can open them directly in a text editor. config
for instance seems to store general settings such as window location and size.
You can remove a repo from "recently opened repos" by removing it from the localRepoCache
in the profiles/<random string>/
subfolder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With