Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update project window , IntelliJ-idea

When I made commit I selected "Don't show this dialog next time". I'd like to change update project options, but I don't know how to force IntelliJ to show this dialog again. I searched in IntelliJ Settings, but I didn't find anything for this issue. Need help :)

like image 791
klimat Avatar asked Mar 18 '12 12:03

klimat


People also ask

Where is update project option in IntelliJ?

From the main menu, choose VCS | Update Project or press Ctrl+T . The Update Project dialog opens. Select the update type (this strategy will be applied to all roots that are under Git version control): Merge the incoming changes into the current branch: select this option to perform merge during the update.

Where is Project tool window in IntelliJ?

In IntelliJ IDEA, the Project tool window is usually located on the left. You can open it by pressing ⌘+1 on macOS or Alt+1 on Windows and Linux, or by selecting View | Tool Windows | Project from the main menu.

How do I change windows in IntelliJ?

In the editor, press Ctrl+Tab . Keep pressing Ctrl for the Switcher window to stay open. Use Tab to switch between tabs and other files.


2 Answers

File -> Settings (Ctrl Alt S)

Select Version Control -> Confirmation

Under fourth set of option with sub caption "Display options dialog when these commands are invoked", check UPDATE option.

like image 116
Exceptional Avatar answered Dec 19 '22 21:12

Exceptional


Go to Project Settings ( Ctrl Alt S ) then Version Control and Confirmation.

like image 21
Vic Avatar answered Dec 19 '22 22:12

Vic