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
Munem Prionto -
Garvit Gupta -
HitBlast -
Bruno Felipe Silva -
Top comments (0)