To open a new git-bash terminal from existing terminal:
Set alias:
alias git-bash='/git-bash.exe & > /dev/null 2&>1'
Simply type git-bash
into your already open git bash terminal now.
to open a new git bash terminal.
Also this opens the new terminal at the same path.