You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm this sounds like an issue with the suggestion caching. This should be solved by modifying the git.ts completion spec and changing the generator caching policy.
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
macOS 13.3.1 (22E772610a)
Expected behaviour
After deleting my local and remote git branches, I expect the branch names don't show up in the suggestions when I type
git checkout
Actual behaviour
When I delete my local and remote git branches, the branch names still showing up in the suggestions when I type
git checkout
Steps to reproduce
Scenario 1
git branch -D sample_branch
git checkout
and you will seesample_branch
is in the suggestion list when it shouldn'tScenario 2
git push --delete origin sample_branch
git fetch --prune
git checkout
and you will seesample_branch
is in the suggestion list when it shouldn'tEnvironment
The text was updated successfully, but these errors were encountered: