I used git branch -d myBranch
to delete a branch. However, when I am on master and try to checkout a new branch with git checkout
, myBranch
still appears in the tab-autocomplete.
How do I remove the name myBranch
from tab-autocomplete for git checkout
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…