dahlbyk / posh-git

A PowerShell environment for Git
http://dahlbyk.github.io/posh-git/
MIT License
7.62k stars 802 forks source link

Tab completion using powershell-git-aliases #962

Open Ravichandra-C opened 11 months ago

Ravichandra-C commented 11 months ago

System Details

Issue Description

I am experiencing a problem with git Tab completion when using Powershell-git-aliases module , POSH-git is installed at user level.

Order of imports in Profile

image

Actual

gco [tab] -> It shows file names

Expected

gco [tab] -> should show branch names

sloth501 commented 11 months ago

I have the same problem. posh-git does not seems to know git-alias alias

image