xxxxxxxxxx
#!/bin/bash
# Your Bash commands here
echo "Hello, world!"
# Additional commands
exit 0
xxxxxxxxxx
to make file in a folder in git bash script we use the command line called touch
steps to follow
1 enter in to that folder
2 write "touch fileName"
3 press enter
eg i want to create a file called index.js
touch index.js