That menu changes depending on what the IDE finds in the project.
If its generic VCS, then you're seeing things like https://www.jetbrains.com/help/idea/version-control-integrat...
The git menu has options like 'manage remotes', 'merge', 'rebase', 'Reset HEAD' and so on.
Right clicking on the log in git log pane brings up things like Cherry Pick, interactively release from here, fixup, squash into.
That menu changes depending on what the IDE finds in the project.
If its generic VCS, then you're seeing things like https://www.jetbrains.com/help/idea/version-control-integrat...
The git menu has options like 'manage remotes', 'merge', 'rebase', 'Reset HEAD' and so on.
Right clicking on the log in git log pane brings up things like Cherry Pick, interactively release from here, fixup, squash into.