I don't have enough reputation to comment there, so I have to ask a new question here.
I can use cmd //c tree to use Windows' tree in git-bash for Windows. It only shows directory tree. If I want it also display files, how should I do it?
I tried cmd //c tree /F, but I get Invalid drive specification error.
cmd //c tree //Forcmd //c "tree /f"(cmd //c "tree //f")? – TOOGAM May 23 '17 at 19:07