Skip to content

Branch name tab expansion does not work with aliases #164

Closed
@haacked

Description

I have the following alias in my .gitconfig (To test, I cleared out everything else so my gitconfig only contained the following).

[alias]
    co = checkout

A long time ago, Posh-Git tab expansion for branch names would work with this. But now it doesn't.

Expected: Given a repo with branches, git co x{tab} would expand a branch name that starts with "x"
Actual: Nothing happens.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions