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
TechniveK -
Jayant Bhawal -
amanbhoria -
Ingila Ejaz -
Top comments (0)