How can I change online git repository in my IntelliJ project? Project is synchronized with current repository and I push / pull changes from IDE level.
From the main menu, choose Git | Manage Remotes. The Git Remotes dialog will open. button on the toolbar or press Alt+Insert . In the dialog that opens, specify the remote name and URL and click OK.
Within IntelliJ go to:
Tools > Terminal Window
And there type:
git remote set-url origin URLHERE
replacing URLHERE
with your project git or https address.
Within IntelliJ go to:
VCS > Git > Remotes ...
This will open a dialog box where you can update the origin URL for your online repository.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With