How to Get Git Out of my User Folder #5183
-
So, currently, Git likes to use the main user folder (C:\Users\Username) as a dumping ground for a variety of its files... I can't name all of the ones I've seen but right now I have specimens such as I'd actually like to open an issue for this topic, to suggest a new default location since putting things straight into the User folder without at least another container is really just absurd and messy, but I'm not sure what the proper avenue would be. As far as I can tell, the issues tracker on this repository is only for actual bugs, and not feature suggestions? If someone could direct me, it would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The easiest method would be to define your
This would break everybody else's existing setups, and is therefore a complete non-starter. I'm not sure that you even considered the consequences on other users? |
Beta Was this translation helpful? Give feedback.
-
Except the
This isn't true at all. A new default setting at installation would have no impact on existing setups, just like how changing the default branch name doesn't affect existing repositories. What it would do is make new installations a lot more organized, and fascilitate a shift over the long term to a more manageable setup. |
Beta Was this translation helpful? Give feedback.
The easiest method would be to define your
HOME
environment variable to point somewhere else.This would break everybody else's existing setups, and is therefore a complete non-starter. I'm not sure that you even considered the consequences on other users?