| Path to Git executable |
In this text box, specify the path to the Git executable file. Type the path manually
or click the Browse button
to open the Select Path - Git Configuration dialog box
and select the location of the Git executable file in the directories tree.
|
| Test | Click this button to check whether the specified settings ensure establishing connection. |
| SSH executable |
Use this drop-down list to specify the SSH version to be used with Git.
The available options are:
- Built-in: select this option to have the implementation provided by IntelliJ IDEA used.
- Native: select this option to have the native implementation used.
On some platforms, using the native ssh implementation may cause hang-up problems.
In native case, you may need to configure a platform-specific ssh-askpass
to receive prompts for passwords.
|
|
Auto-update if push of the current branch was rejected
|
|
|
Control branches from different roots synchronously
|
Select this check box to have IntelliJ IDEA apply commit, push, and other Git operations to several mutually connected repositories at once.
For details see the topic Git Branches in Multirooted Projects.
|
|
Warn if CRLF line separators are about to be committed
|
|