Allow switching branches after repo unlocks

Answered

Hi,

 

I've got sourcetree running, and if I do a push to remote from there, I can go back to PHPStorm and switch its branch. I'm guessing it's due to the repo being unlocked after the changes have been packed up and are being sent. This works the other way round as well.

Our repo on the other side does quite a bit of admin after a push via a post-receive hook, which I'd prefer not to wait around for.

Is there a way for PhpStorm to put the push fully in the background and allow branch switching at the point git is capable of doing this without me juggling PhpStorm/SourceTree?

0
1 comment

Hello Aschaft
Yes, IDE is blocking other operations while the previous is not finished to avoid conflicting changes. Indeed, this might not work well with long post-receive hooks (git push is not finished, yet no local changes are going to interfere with the operation). Here's the ticket, we will try to figure out something.
Please feel free to comment and vote.

0

Please sign in to leave a comment.