I have a .bat file that will access a git-hub repository and then issue the "git pull" command. I would like for the Git Bash window to stay open once the "git pull" is complete. Any suggestions? The .bat code that I'm using is below.
cd Class/UKED201801FSF2-Class-Repository-FSF
c:\Users\johnc\AppData\Local\Programs\Git\git-bash.exe -c 'git pull'