InditexTech / gh-sherpa

Streamline branch and pull request creation for Jira or GitHub issues from command line
Apache License 2.0
48 stars 2 forks source link

Prevent pushing local branch if remote branch already exists with the same name #80

Closed hielfx closed 4 months ago

hielfx commented 4 months ago

Detailed description

When the remote branch exists in remote but not in local, the CLI shows the following error: image

Expected behaviour

It should not try to push the local branch if a remote branch already exists.