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
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?