I have deleted few branches in BitBucket web UI but I still see those branches in my local repo even after pruning branches with no remote.
Community moderators have prevented the ability to post new answers.
In my experience, if git does an automatic (non-pruning) fetch after you delete remote branches, it modifies the local branches so that they're no longer tracking branches. After that, doing a prune-fetch doesn't effect them.
But in my case I am still seeing the remote branches that I deleted under remotes/origin even for the ones that weren't in my local repo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.