Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

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.

1 Answer

+1 vote
by (50.2k points)

For git bash commands you could run the following commands in the git bash shell:

cd /bin

ls -l

Here, this will gives you the reference git bash commands. git bash also includes many executables that might not be installed by default on a Linux distribution such as curl, gpg, and a tcl-tk environment.

Related questions

Browse Categories

...