D
D
Dmi3yy2013-10-01 19:05:14
PHP
Dmi3yy, 2013-10-01 19:05:14

phpStorm how to publish a local branch to bitbucket?

I really don't want to switch to another tool (SourceTree) to create another branch. I understand that it should be possible to send a local branch to the server.

But I can't find how to do it from phpStorm.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AlexKeller, 2013-10-02
@AlexKeller

Are you by any chance talking about this checkbox (Push current branch...) that allows you to create a new remote branch from a local one?
image

N
Nikita Gusakov, 2013-10-01
@hell0w0rd

git push --set-upstream origin <branch_name>
git push

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question