1
When installing Git, I couldn’t configure the location of my working directory.
I’ve already changed it to "Start at:"C: Users Renata Mendes Documents Projects"" in Git Bash properties, but the change is not saved and every time I start the terminal I have to manually enter the directory.
What’s the best way to do that?
P.S.: I’m a beginner in Git and Programming.
"Which" Git did you install? Example: git-scm, Tortoise git, etc.. What do you mean by "location of my working directory"? You only have a single git repository on your machine and you want the git prompt window to always open in the path of that repository? Or is it something else I didn’t understand?
– Math