79700877

Date: 2025-07-14 12:31:26
Score: 1.5
Natty:
Report link

I had this problem with a newly created git repository without any commits, by chosing "VCS | Enable Version Control Integration" in IntelliJ as described here:

https://www.jetbrains.com/help/idea/set-up-a-git-repository.html#put-existing-project-under-Git

After adding the first commit (I did this in git bash, by "git add .gitignore" and "git commit"), the IntelliJ option "+ New Branch" became available.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user277123