You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a PSH project, if [GitHub|GitLab|Bitcuket] integration is enabled, when creating a new branch using platform branch <new-branch>, it does not push the new-branch to Git repo.
This means the CLI process creates the PSH environment but right after finishing, the integration process deactivates and deletes the new env (as the branch does not exist on Git repo side).
It could be great to warn PSH CLI users that this branch needs to be pushed using Git CLI (git push) or make the PSH CLI to push the branch to Git repo.
The text was updated successfully, but these errors were encountered:
On a PSH project, if [GitHub|GitLab|Bitcuket] integration is enabled, when creating a new branch using
platform branch <new-branch>
, it does not push thenew-branch
to Git repo.This means the CLI process creates the PSH environment but right after finishing, the integration process deactivates and deletes the new env (as the branch does not exist on Git repo side).
It could be great to warn PSH CLI users that this branch needs to be pushed using Git CLI (
git push
) or make the PSH CLI to push the branch to Git repo.The text was updated successfully, but these errors were encountered: