Skip to content

GitBash_Terminal

Taejoon Kwon edited this page Mar 28, 2026 · 1 revision

I preferred to use WSL2 for development on Windows. However, WSL2 is a virtual architecture, so it is not efficient to use computer resources, like GPU. I have changed my dev environment to native Windows Terminal, based on Claude/Gemini's suggestions.

Installation

Windows Terminal

Git Bash

Setting

How to Set "Git Bash" as Default in Windows Terminal

  1. Open Settings
    • Launch Windows Terminal.
    • Click the ∨ (down arrow) icon in the tab bar and select Settings. (Shortcut: Press Ctrl + , (comma)).
  2. Change the Default Profile
    • In the left-hand sidebar, click on Startup.
    • Look for the Default profile dropdown menu on the right.
    • Select Git Bash from the list.
  3. Save Changes
    • Click the Save button at the bottom right corner of the window.

Clone this wiki locally