1

enter image description here

^ For example, you can see that after I run git br (alias for git branch)

I no longer have the fix/add-themed-validation branch, I deleted it.

However when I try to check out a different branch with a similar name, the fix branch is in my auto complete.

3

1 Answer 1

2

That probably the one from a remote (e.g. origin). You need to remove that one from the remote and "prune"

git fetch --prune 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.