Create shortcut for custom git command

Hello

I would like to create a shortcut for a specific git functions (such as jump to a prev commit or navigate to the next one). Is it possible to create a shortcut for a command I would usually have to type in the terminal, e.g. `git checkout HEAD^1`?

Regards,

Javid

0

Hello Javid Asgarov

Please feel free to vote:
https://youtrack.jetbrains.com/issue/IDEA-202829

You can also checkout particular commit by right-click on it in a log and choose "Checkout revision"
https://www.jetbrains.com/help/idea/investigate-changes.html#annotate_blame

0

请先登录再写评论。