https://www.freecodecamp.org/news/git-delete-branch-how-to-remove-a-local-or-remote-branch/
take a look at all remote branches
git fetch && git branch -a
hit q to leave shell
git push origin -d feature/WD-223
https://www.freecodecamp.org/news/git-delete-branch-how-to-remove-a-local-or-remote-branch/
take a look at all remote branches
git fetch && git branch -a
hit q to leave shell
git push origin -d feature/WD-223