Is it possible in the git custom command to change the console bash directory?
My example code:
#!/bin/bash
# This is a test
cd /c/testfolder
ls
the code is working, but the cd only works on this block doesn't do any alteration on the bash.

So what I need it is the console / change to /c/testfolder
 
    