Date: 2025-03-11 06:32:07
Score: 1.5
Natty:
There 3 types of repos. you can delete like below.
local repo -> git branch -d branch_name
origin repo-> git branch --delete --remotes origin/branch_name
upstream repo-> git branch --delete --remotes upstream/branch_name
source : https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/delete-remote-Git-branches-github-gitlab-bitbucket-tracking-local
Reasons:
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: uma mahesh