1

Steps:

  1. After doing some git rebase operations and deleting a branch with git branch -D
  2. On Version Control view, log tab, no data is shown
  3. Pressing Refresh will quickly show the log data, then it goes back to "Nothing to show", and no Git log data is shown

https://youtrack.jetbrains.com/issue/WEB-20024

Ricardo
  • 3,696
  • 5
  • 36
  • 50

1 Answers1

0

The message "warning: refname 'HEAD' is ambiguous." was shown on the Console, so the fix was renaming the ambiguous local HEAD branch with git branch -m HEAD HEAD_TMP

Community
  • 1
  • 1
Ricardo
  • 3,696
  • 5
  • 36
  • 50