In the install path of git for windows, I found these 3 exes:
./git-bash.exe,
./bin/bash.exe,
./bin/sh.exe,
Launching any of them would give me a usable terminal.
The 1st is the default shortcut in the start menu created by the installation, the 2nd is used in the VSCode doc for setting up the integrated terminal in VSCode, the 3rd is mentioned in the ConEmu doc.
What's the difference between them and which should I use?