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.
~/git/AUR|dev|whatever/$(git clone) is where mine usually reside.
~/git/AUR|dev|whatever/$(git clone)