this post was submitted on 20 Aug 2024
8 points (90.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1053 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My setup looks like this:
~/Projects/project_name/repo_name/
I found, I'll usually have additional files which I don't want to check into the repo, so I can place them underneath
project_name/
instead.In particular, I'll also often have multiple repos associated with a given project.
Downside: I don't really have a good place for repos, which I clone just to compile the given software for personal usage. At this point, I have a
~/Projects/foreign/
folder for them. Although, I guess, it might make sense to have a folder in general for user-installed applications, where I could also have those repos.