mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 08:55:16 +08:00
c9f397b968
The `__fish_git_unique_remote_branches` function isn't applicable here since `git describe` won't know what to do with a remote branch without the remote prefix. For example, if there is a branch called `origin/my-branch`, you can't execute `git describe my-branch` until the branch is checked out locally. In other words: Good: `git describe origin/my-branch` Bad: `git describe my-branch` Good: `git switch my-branch; git describe my-branch` |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish | ||
lynx.lss |