Book Image

IntelliJ IDEA Essentials

By : Jaroslaw Krochmalski
Book Image

IntelliJ IDEA Essentials

By: Jaroslaw Krochmalski

Overview of this book

Table of Contents (17 chapters)
IntelliJ IDEA Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Quickly executing VCS actions


Most of the version control commands can be executed quickly by using the VCS Operations pop up. Use the Alt + ' (PC) or control + V (Mac) keyboard shortcut to see it:

As you may remember from the previous chapters, you can use the powerful Search Everywhere action by clicking on the left shift twice:

Just start typing the VCS command you want to execute to quickly filter out the list. The Search Everywhere option is very good, but nothing beats a single keystroke. Let's summarize the shortcuts related to version control now.

Keyboard shortcuts

The following table summarizes the version control actions and associated shortcuts:

Action

PC shortcut

Mac shortcut

Commit project

Ctrl + K

cmd + K

Update project

Ctrl + T

cmd + T

View recent changes

Alt + Shift + C

control + Shift + C

VCS operations quick pop up

Alt + '

control + V