If someone has deleted the remote branch, is there any way I can pull from the same repository, and get my local branch deleted as well?
It would be handy not to have all developers do the manual removal of a branch when we're done with a feature.
Only thing you can do is:
git remote prune origin
And you can't delete the local branches, which have to be manually deleted.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With