How to change folder with git bash?

Sam Mitchell picture Sam Mitchell · Jan 22, 2012 · Viewed 638.2k times · Source

My default git folder is C:\Users\username\.git.

What command should I use to go into C:/project?

Answer

Bob Fanger picture Bob Fanger · Jan 22, 2012

The command is:

cd  /c/project/

Tip:
Use the pwd command to see which path you are currently in, handy when you did a right-click "Git Bash here..."