gitbash command quick reference

johnB picture johnB · Jun 27, 2011 · Viewed 159.9k times · Source

Does anyone know where I can find a quick reference for all commands in gitbash for windows? The help command covers the most important, but I can't find info on basic navigation such as getting the current directory, changing directory etc.

Answer

Mike Gossland picture Mike Gossland · Jan 10, 2015

from within the git bash shell type:

>cd /bin
>ls -l

You will then see a long listing of all the unix-like commands available. There are lots of goodies in there.