Execute commands from .bat file on Git Bash Terminal

后端 未结 2 1724
挽巷
挽巷 2021-02-12 13:36

I am newbie to Git bash.

Just out of curiosity trying to make a .bat file which contains commands(Dont know if Git Bash supports .bat file)

What I want to achie

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-12 14:10

    You can run batch files just from git bash e.g.

     ./clear.bat 
    

    From Out of a git console: how do I execute a batch file and then return to git console?

提交回复
热议问题