Skip to content

Comments

fix(delete): Check if remote exists before deleting it#83

Open
dermojo wants to merge 1 commit intogittower:mainfrom
dermojo:bugfix/82-delete-remote
Open

fix(delete): Check if remote exists before deleting it#83
dermojo wants to merge 1 commit intogittower:mainfrom
dermojo:bugfix/82-delete-remote

Conversation

@dermojo
Copy link

@dermojo dermojo commented Feb 24, 2026

When deleting a remote branch, check whether if exists first. Trying to delete a branch that doesn't exist anymore isn't a failure.

The implemented fix is a simple check before trying to delete the remote branch.

Resolves #82

When deleting a remote branch, check whether if exists first.
Trying to delete a branch that doesn't exist anymore isn't a failure.

Resolves gittower#82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete fails if remote doesn't exist

1 participant