Feature Request - add git bash #3450

Closed
opened 2026-01-30 23:21:37 +00:00 by claunia · 4 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:37 +00:00
Author
Owner

@crazyhappygame commented on GitHub (Aug 16, 2019):

With below config git bash works fine for me. But any way it would be nice to have native support

    {
        "acrylicOpacity": 0.5,
        "background": "#012456",
        "closeOnExit": true,
        "colorScheme": "Solarized Dark",
        "commandline": "C:\\Program Files\\Git\\bin\\bash.exe",
        "cursorColor": "#FFFFFF",
        "cursorShape": "bar",
        "fontFace": "Consolas",
        "fontSize": 10,
        "guid": "{72a69aca-322e-465d-a799-1d64dff65269}",
        "historySize": 9001,
        "icon": "C:\\Program Files\\Git\\git-bash.png",
        "name": "Git Bash",
        "padding": "0, 0, 0, 0",
        "snapOnInput": true,
        "startingDirectory": "%USERPROFILE%",
        "useAcrylic": false
      }
@crazyhappygame commented on GitHub (Aug 16, 2019): With below config git bash works fine for me. But any way it would be nice to have native support ``` { "acrylicOpacity": 0.5, "background": "#012456", "closeOnExit": true, "colorScheme": "Solarized Dark", "commandline": "C:\\Program Files\\Git\\bin\\bash.exe", "cursorColor": "#FFFFFF", "cursorShape": "bar", "fontFace": "Consolas", "fontSize": 10, "guid": "{72a69aca-322e-465d-a799-1d64dff65269}", "historySize": 9001, "icon": "C:\\Program Files\\Git\\git-bash.png", "name": "Git Bash", "padding": "0, 0, 0, 0", "snapOnInput": true, "startingDirectory": "%USERPROFILE%", "useAcrylic": false } ```
Author
Owner

@zadjii-msft commented on GitHub (Aug 16, 2019):

This is a dupe of #1394

@zadjii-msft commented on GitHub (Aug 16, 2019): This is a dupe of #1394
Author
Owner

@Nyameliaaaa commented on GitHub (Jan 16, 2020):

The code above no longer works as of 0.8

@Nyameliaaaa commented on GitHub (Jan 16, 2020): The code above no longer works as of 0.8
Author
Owner

@DHowett-MSFT commented on GitHub (Jan 16, 2020):

Can you share exactly how it doesn't work?

@DHowett-MSFT commented on GitHub (Jan 16, 2020): _Can you share exactly how it doesn't work?_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3450