Start "" "%PROGRAMFILES%\Git\bin\sh.exe" --login
cd E:
git clone SshLink
The above command is first opening normal cmd
and then E:
drive and then gitbash
shell. I just want to open git-shell
directly and change the directory to E:
drive and give clone
command.