docker run -it gitforpragmatists/extras-remote-branches
git branch --verbose --remotes # can be abbreviated to git branch -vr
To delete remote branch run
git push --delete origin <BRANCH_NAME>
e.g.
$ git push --delete origin feature/some-work
To ../remote
- [deleted] feature/some-work
Is there something missing here? Let me know!
Want to stay up to date with Git for Pragmatists? 📬
Sign up for our mailing list!