zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[BUG]What does the cleanup did when it says it deleted some branches #505

Closed Happy-ArthurYang closed 9 months ago

Happy-ArthurYang commented 9 months ago

Describe the bug The UI told me there are some branchs are outdated, and when I click the OK button, it begin to deletge the outdatged branches. My question is what does outdated branche mean and what did this tool do when it cleans up the outdated branches?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Plugin version Exact plugin version. Eg. 212.8.4

IDE version Exact IDE and OS. You can use About > Copy

Screenshots image

zielu commented 9 months ago

Hi, it deletes local branches as in 'git branch -d'.

Happy-ArthurYang commented 9 months ago

thanks a lot