Skip to content

Git Info not displayed in Project Manager [Windows] #22

@Hamza-L

Description

@Hamza-L

Although a .git folder is present in the directory, there is not git info being shown

Screenshot 2024-02-29 233803

This is due to a few commands in the file helpers.lua. In windows "2>/dev/null" is not a valid command (path is invalid). A temporary fix if powershell is used is to use "2>$null" instead.

[with the temporary fix]
Screenshot 2024-02-29 233551

There should be a way to check if one is using unix or windows to change that command input appropriately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions