Skip to content

Support git aliases #1043

@hongquan

Description

@hongquan

I have alias for some Git commands:

# ~/.gitconfig
[alias]
	co = checkout
	br = branch
	ci = commit
	st = status
	ps = push
	unstage = reset HEAD --

From Nushell, after typing git co and tabbing, I expects to get list of branches in auto-complete, but I got list of subdirectories instead.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions