I created a branch, worked on it, merged it with the base branch and now want to delete it. The branch was created on the git remote server as well.
Now when I ran git branch -d branch, it removed it and I pushed it. But i still see the branch on the git remote server.
I saw a similar issue earlier when I created this branch and I was not able to see it on the remote git server.
I am even able to checkout from this branch.
Am I missing anything here?
To remove branch on the remote