Where Do You Guys Throw Your Local Git Repos?
Personally, to keep my documents like Inkscape files or LibreOffice documents separate from my code, I add a directory under my home directory called Development. There, I can do git clones to my heart's content
Development
What do you all do?
You're viewing a single thread.
~/code for everything I want to change/look at the source code.
~/code
~/.local/src for stuff I want to install locally from source.
~/.local/src