How to launch git bash window with particular working directory using a script?

Posted by holocronweaver on Stack Overflow See other posts from Stack Overflow or by holocronweaver
Published on 2013-11-11T21:51:07Z Indexed on 2013/11/11 21:53 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about bash

Related posts about shell