Hacker News new | ask | show | jobs
by mcdevhammer 3677 days ago
I haven't tried it yet (still running 7) but I use the git bash shell all the time. Can anyone chime in on what the bash in Windows 10 gives you that git bash doesnt? Not that I've really fully explored but git bash seems to have a lot of the common utilities (it has grep and vim).
1 comments

Git bash is just a subset of the minimum tools to get git working. Windows 10 bash can run apt-get, ssh, and a full python/ruby *nix environment
fyi windows git bash does ssh fine.