There was no notification with the title of "VCS Update Finished" for a long time, so in fact autosyncing on this event wasn't happening, and we've received no complaints about it. Autosync on push was happening, because the "Push successful" notification is being shown, but it seems to be inconsistent and confusing, so it is safe to remove that event as well. GitOrigin-RevId: 4c3b89f3d4f9acca7c4f11fb363a77f93052a8a9
Installation
Available for all IntelliJ Platform based products (build number greater than 139.69/140.2). Settings | Plugins | Browse repositories -> type in Settings Repository.
Don't try to install plugin from disk — otherwise you have to be aware of compatibility.
Configuration
Use File -> Settings Repository… to configure.
Specify URL of upstream Git repository. File URL is supported, you will be prompted to init repository if specified path is not exists or repository is not created. GitHub could be used to store settings.
Synchronization is performed automatically after successful completion of "Update Project" or "Push" actions. Also you can do sync using "VCS -> Sync Settings". The idea is do not disturb you. If you invoke such actions, so, you are ready to solve possible problems.
Authentication
On first sync you will be prompted to specify username/password. In case of GitHub strongly recommended to use an access token (leave password empty if you use token instead of username). Bitbucket doesn't support tokens.
If you still want to use username/password instead of access token or your Git hosting provider doesn't support it, recommended to configure git credentials helper.
OS X Keychain is supported. It means that your credentials could be shared between all IntelliJ Platform based products (you will be prompted to grant access if origin application differs from requestor application (credentials were saved in IntelliJ IDEA, but requested from WebStorm).
How to report issues
Use JetBrains YouTrack — project IntelliJ IDEA, subsystem Settings Repository (issue template).