Git Remote Repository Permanently deleted user Created May 23, 2014 15:30 In PHPStorm is there anyway to add/view/delete git remote repositores from the GUI?
If the name of remote branch matches a name of local branch, you could just push it using Version Control -> Git -> Push Changes action in the menu. Otherwise, you could use command line git push command.
Well this is adding a non-existing remote repository. I added it thru command-line, but may though PHPStorm had GUI option.
There is no GUI to overview, add and remove remotes, you have to do this in command lin
Please vote for http://youtrack.jetbrains.com/issue/IDEA-87099