Git Bash Notes

git bash$ winpty docker run -it ubuntu /bin/bash

Prefixing the path with a double slash (//bin//bash) or

set MSYS_NO_PATHCONV=1

http://stackoverflow.com/questions/7250130/how-to-stop-mingw-and-msys-from-mangling-path-names-given-at-the-command-line#34386471

https://github.com/git-for-windows/git/issues/577#issuecomment-166118846

Related