Feature Request - add git bash #3447

Open
opened 2026-01-30 23:21:30 +00:00 by claunia · 0 comments
Owner

Originally created by @crazyhappygame on GitHub (Aug 16, 2019).

Description of the new feature/enhancement

Please add support for git bash https://git-scm.com/downloads

Proposed technical implementation details (optional)

It is added automatically if git is installed in default folder

p.s.:
I tried below configuration but most of commands git status, git log do not work - lines are not displayed

        {
            "acrylicOpacity" : 0.5,
            "closeOnExit" : true,
            "colorTable" : 
            [
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000",
                "#000000"
            ],
            "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe",
            "cursorColor" : "#FFFFFF",
            "cursorShape" : "bar",
            "fontFace" : "Consolas",
            "fontSize" : 10,
            "guid" : "{12b5ab39-a22b-42b2-a72c-e3a23132c3b9}",
            "historySize" : 9001,
            "icon" : "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
            "name" : "Git Bash",
            "padding" : "0, 0, 0, 0",
            "snapOnInput" : true,
            "startingDirectory" : "%HOMEDRIVE%%HOMEPATH%",
            "useAcrylic" : false
        }
Originally created by @crazyhappygame on GitHub (Aug 16, 2019). # Description of the new feature/enhancement Please add support for git bash https://git-scm.com/downloads # Proposed technical implementation details (optional) It is added automatically if git is installed in default folder p.s.: I tried below configuration but most of commands git status, git log do not work - lines are not displayed ``` { "acrylicOpacity" : 0.5, "closeOnExit" : true, "colorTable" : [ "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000" ], "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "Consolas", "fontSize" : 10, "guid" : "{12b5ab39-a22b-42b2-a72c-e3a23132c3b9}", "historySize" : 9001, "icon" : "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", "name" : "Git Bash", "padding" : "0, 0, 0, 0", "snapOnInput" : true, "startingDirectory" : "%HOMEDRIVE%%HOMEPATH%", "useAcrylic" : false } ```
claunia added the Issue-FeatureNeeds-TriageResolution-Duplicate labels 2026-01-30 23:21:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3447