list only the remote branches
git branch -r
delete a remote branch
git push -d origin <branch_name>
remove stale/obsolete remote branch references from local
git fetch --all --prune
list only the remote branches
git branch -r
delete a remote branch
git push -d origin <branch_name>
remove stale/obsolete remote branch references from local
git fetch --all --prune
For further actions, you may consider blocking this person and/or reporting abuse
CiCube -
Debajit Mallick -
Alexandre Calaça -
Munem Prionto -
Top comments (0)