Assign hotkey to update functionality in Git tool window

Answered

The Git tool window has this nice update functionality which allows me to update all my repositories (if no restrictions are set):

Unfortunately, I failed to assign a hotkey to this functionality, as I cannot find an action for this in “search everywhere”. In the keymap settings, there is a setting “Plugins → Git → Update” and I can assign a hotkey to it, but pressing this hotkey does not seem to trigger anything.

I am using Idea 2023.3.4. What am I doing wrong?

0
1 comment

Hi,

Unfortunately, you cannot assign a shortcut to this command. 

However, this particular command does not update your branch, it just performs fetch.

To update your branch you can use “Update project”, which already has an assigned shortcut. 

1

Please sign in to leave a comment.