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
autocomplete on branches when a branch is checkout to a Worktree
If I'm working in my master branch and I've checked out my Development branch to another worktree folder, I cannot auto complete on a git merge because git branch --no-color puts a + symbol in front of the branch.
Branch1
+ Development
+ Release
* master
The auto complete needs to ignore this leading plus when choosing the branch names. I cannot do git merge D<tab> anymore
The text was updated successfully, but these errors were encountered:
To simplify maintenance of this PowerShell module, we are publishing only to GItHub and the PowerShellGallery. You can install from the PSGallery using Install-Module posh-git -AllowPrerelease -Scope CurrentUser -Force -AllowClobber or download from this project's Releases page. Note: On Windows PowerShell, you may need to upgrade PowerShellGet in order to get support for installing pre-release modules. That issue will go away as soon as we release 1.0.0 in a month or so.
System Details
Issue Description
autocomplete on branches when a branch is checkout to a Worktree
If I'm working in my master branch and I've checked out my Development branch to another worktree folder, I cannot auto complete on a git merge because git branch --no-color puts a + symbol in front of the branch.
The auto complete needs to ignore this leading plus when choosing the branch names. I cannot do
git merge D<tab>
anymoreThe text was updated successfully, but these errors were encountered: