How to create remote GIT branch in PhpStorm? Permanently deleted user Created August 05, 2010 15:08 Hi!How to create remote GIT branch in PhpStorm?Thanks.
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.
Thanks Constantine. And one more question: How to remove it?
You have to use the command line for this like: git push --force :refs/heads/branchToRemove
Creating a remote GIT branch implies that it does not exist yet. So how can it match in name then?
Hope once you create your local branch then commit and push it ,you can find a same in Remote branch !
We're not considering that. Please check the following thread:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000010850-Changing-git-branch-on-remote-server?page=1#community_comment_360000018570