I'm writing git commands through a Python script (on Windows)
When I double click on myScript.py
, commands are launched in the Windows Command Prompt.
I would like to execute them in Git Bash.
Any idea how to do that without opening Git Bash and write python myScript.py
?