Powershell 下的 git 自动补全 2024年11月10日 按图索骥 1 分钟阅读 更新于 2024-11-10 Powershell(Windows) 下实现 git 自动补全,可以通过 Posh-Git 123456789# 安装Install-Module -Name posh-git -Repository PSGallery -Scope CurrentUser# 配置 $PROFILEAdd-Content -Path $PROFILE -Value @'# posh-gitImport-Module -Name posh-git'@ 标签: xops git pwsh 如果这篇文章对您有帮助,欢迎打赏支持 打赏支持 上一篇 Rust 开发环境 下一篇 Python 开发环境