We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fig doctor
fig restart
macOS 13.3.1 (22E772610a)
If a branch is deleted with git branch -D the branch name shouldn't appear in the suggestions when git checkout is typed
git branch -D
git checkout
After deleting local branches with git branch -D, the branch names still appear in the suggestions when git checkout is typed
git branch -D <branch>
Result Fig suggestions sill shows the deleted branch
fig-details: - 2.16.0 hardware-info: - model: - model-id: - chip-id: Apple M1 Pro - cores: 10 - mem: 16.00 GB os-info: - macOS 13.3.1 (22E772610a) environment: - shell: /bin/zsh - terminal: iterm - cwd: /Users/myUser/Personal/personal-project - exe-path: /usr/local/bin/fig - install-method: unknown - env-vars: - FIGTERM_SESSION_ID: ad47a211-fe62-485b-8e90-fa24fe589ab3 - FIG_SET_PARENT_CHECK: 1 - FIG_TERM: 2.16.0 - PATH: /usr/local/opt/postgresql@13/bin:/Users/myUser/.asdf/shims:/usr/local/opt/asdf/libexec/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/myUser/.fig/bin:/Users/user/.local/bin - SHELL: /bin/zsh - TERM: xterm-256color - __CFBundleIdentifier: com.googlecode.iterm2 - FIG_PID: 10452 - FIG_SET_PARENT: ad47a211-fe62-485b-8e90-fa24fe589ab3
The text was updated successfully, but these errors were encountered:
We cache the branch suggestions, this might be a better issue for https://github.com/withfig/autocomplete as the caching logic is stored in that repo.
Sorry, something went wrong.
i'll give this issue a try
after trying to reproduce this bug, here's what i've got:
shouldn't this be the expected behaviour? cc. @grant0417
U can try on CURA digital marketing OCR
No branches or pull requests
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
macOS 13.3.1 (22E772610a)
Expected behaviour
If a branch is deleted with
git branch -D
the branch name shouldn't appear in the suggestions whengit checkout
is typedActual behaviour
After deleting local branches with git branch -D, the branch names still appear in the suggestions when
git checkout
is typedSteps to reproduce
git branch -D <branch>
git checkout
.Result
Fig suggestions sill shows the deleted branch
Environment
The text was updated successfully, but these errors were encountered: