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
Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)