cjs
cjs

Reputation: 27261

How to Disable TortoiseGit "Do not show this message again" Setting

In the TortiseGit Sync dialog box, after choosing "Fetch & Rebase," you are initially presented with a dialog box that has a "Do not show this message again" checkbox. If you check this, and later realize that you didn't like the option you chose, how do you bring back the dialog box so that you can choose a different option?

I've tried looking through the Settings dialogue box and all the git configuration files I can find, but the setting doesn't seem to be anywhere there. I've also tried uninstalling and re-installing TortoiseGit, but the setting persisted across the uninstall/reinstall.

Upvotes: 1

Views: 571

Answers (1)

Yue Lin Ho
Yue Lin Ho

Reputation: 3111

Context menu -> TortoiseGit -> Settings -> Saved Data -> push Stored decisions's Clear button.

See:

enter image description here

Note:

  • This feature is introduced from 1.8.16.1 and related to issue #2640
  • Older than 1.8.16.1, you could delete some related registry key:

    • HKEY_CURRENT_USER\Software\TortoiseGit\OpenRebaseRemoteBranchUnchanged
    • HKEY_CURRENT_USER\Software\TortoiseGit\OpenRebaseRemoteBranchFastForwards

Upvotes: 4

Related Questions