How to set the location of the working directory in Git?

0

When I installed Git, I could not configure the location of my working directory.

I have already changed to "Start in:" C: \ Users \ Renata Mendes \ Documents \ Projects "in the Git Bash properties, but the change is not saved and every time I boot the terminal I have to manually enter the directory.

What is the best way to do this?

Q: I'm a beginner in Git and Programming.

    
asked by anonymous 29.05.2014 / 22:35

1 answer

5

Hello,

I was able to change the initial path of git bash by changing the 'start in' parameter in the properties, here it worked, I think the problem you are having is because of the space character. Try to use a path with no space to test.

    
03.06.2014 / 16:11