Locally you can use the force delete:
git branch -D <branch-name>
Remote:
git push origin -d <branch-name>
That's it.
Have a nice day!
12-02-2024
Locally you can use the force delete:
git branch -D <branch-name>
Remote:
git push origin -d <branch-name>
That's it.
Have a nice day!