How to launch git bash window with particular working directory using a script?
- by holocronweaver
How can I launch a new Git Bash window with a specified working directory using a script (either bash or Windows batch)?
My goal is to launch multiple Git Bash windows from a single script, each Bash terminal set to a different working directory. This way I can quickly get to work after booting computer instead of having to open Git Bash windows and navigating each one to the correct working directory.