Back

Explore Courses Blog Tutorials Interview Questions
+4 votes
2 views
in DevOps and Agile by (29.3k points)
edited by

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

But I want to go into c:/project

What command do I need to get into that?

1 Answer

+4 votes
by (50.2k points)
edited by

To change the folder there is a command in your case it will be:

cd  /c/project/

This will change your project folder and you can use:

pwd command to see on which path currently you’re in. so that it can be useful to open bash from there.

For more information about the installation of git and common git commands please go through the following link:

Browse Categories

...