How do I change the default location for Git Bash on Windows?

The easiest way without installing msysgit is right click on the Git Bash shortcut icon → Start in: → “C:\Program Files (x86)”.

Change the Start in entry and point out the Git Bash starting position. If you don’t remove the --cd-to-home part from the Target box, the Start in change gets overridden.

Leave a Comment