Where Do You Guys Throw Your Local Git Repos?
submitted by
data1701d (He/Him)@startrek.website

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
What do you all do?
Like some other ppl here, I clone everything in a git folder under my home directory.
~/git/AUR|dev|whatever/$(git clone)
is where mine usually reside.~/Prototypes on pretty much all machines I own, from desktop, laptop, server, tablets, ebook readers, RPis, XR headset, video projector, etc.
~/Sources for stuff I'm only building from sources and no immediate intention to contribute to
~/Projects for stuff I'm involved in, with a following structure:
The last part grouping project by companies has worked great for me, especially with freelance and outsource work. Sorting personal projects into types and stages feels like a mistake, as every time I have to navigate it, I can't help but think of limitations of hierarchical file systems, as some of them are multiple types simultaneously, and also moving projects between stages feels dumb.
In ~/src
Mostly because I'm too lazy to type "source".
~/gits
Documentation is usually a
doc
folder inside the repo or just aREADME.md
for small projects.Same! I also have a separate directory for college assignments and stuff. Gonna set up separate gitconfigs for both soon, so there is a smaller chance of mixing up my credentials
Usually, I throw college assignments in a folder under documents.
Personal?
~
My homedir is a HUGE MESS.
Work?
~/src/
i.e. ~/src/github/mirantis/docker (not real I don't imagine, just an example)
~/src/bitbucket/INTERNALPROJECTCODE/coolrepo
~/repos
I NEED TO LEARN HOW TO GIT.
https://media.tenor.com/Te4dsU13mkMAAAAM/bernie-mac-smh.gif
My best recommendation is a good git GUI. I really like Gitkraken (proprietary & freemium unfortunately, but a pretty generous free plan). I'm now more advanced than many of my coworkers because it helped me form an intuitive understanding of git.
Personal stuff goes in
~/Projects
Work stuff goes in
~/Work/Code
~/Documents/projects/<YYYY>-<MM>-<DD>_<name>
~/git
~/dev/
, with project/org subdirectoriesAdmittedly, that irks me slightly just because of the shared name with the devices folder in root, but do what works for you.
I actually have my whole home directory like that for that reason haha
Fascinating idea!
This is pure insanity. Chaos.
Same. Short and sweet.
Like others, I have a folder in my home directory called "Code." Most operating systems encourage you to organize digital files by category (documents, photos, music, videos). Anything that doesn't fit into those categories gets its own new directory. This is especially important for me, as all my folders except Code are synced to NextCloud.
~/git/vendor/<gitUser>/<repo>
and
~/git/<myName>/<forge>/<user>/<repo>
Examples:
${HOME}/repos
~/src/
Simple, effective, doesn't make my home folder any more of a mess than I already left it as.
~/workspace/git
That way I can also keep other stuff in the same "workspace" directory and keep everything else clean
I have a Code, simulations, ECAD, and FreeCAD folder in the workspace folder where projects or 1-offs are stored and when I want to bring them to git, I copy them over, play around in the project folders again, then copy changes over when I am ready to commit.
I could better use branching and checking out in git, but large mechanical assemblies work badly on git.
~/src/${reponame}
~/.projects
Similar, but I’m not ashamed of having my projects on display, so it’s just
~/projects
for me.~/code/$LANGUAGE/$REPONAME
I used to use
~/dev
but for years now I use~/Workspace
becaue Eclipse made me do it~/git, for projects I cloned from the web because I don't know how to code :(
~/Projects
~/dev
Same, but by language, e.g.
Development/Python
.What if a project uses multiple languages?
Symlink each individual file, obviously.
Thinking of the projects I work on, I don't understand the value in categorizing by language, rather than theme (
~/Development/Web/
,~/Development/Games/
) or just the project folders right there.Yeah, everyone has to find their own way of organising, I guess. For me, there are too many different little projects that it would get messy throwing them all in one folder. And they’re so varied that I couldn’t think of one single “theme” or topic for most of them. Nothing I would remember a week later anyways.
For a project called "Potato Peeler", I'll put it into a structure like this:
Tools/
is just a rough category. Other categories are, for example,Games/
andMusic/
, because I also do gamedev and composing occasionally.Then the capitalized
Potato-Peeler/
folder, that's for me to drop in all kinds of project-related files, which I don't want to check into the repo.And the lower-case
potato-peeler/
folder is the repo then. Seeing other people's structures, maybe I'll rename that folder torepo/
, and if I have multiple relevant repos for the Project, then make itrepo-something
.I also have a folder like
~/Projects/Tools/zzz/
where I'll move dormant projects. The "zzz" sorts nicely to the bottom of the list.~/repo for code I write and ~/src for code I didnt.
I use
~/workspace
. I think I got this from when I first started using Java years ago. Eclipse created new projects in this directory by default maybe?I do this too, maybe this explains why
~/code
for everything I want to change/look at the source code.~/.local/src
for stuff I want to install locally from source.~/src
/mnt/shared/Development or E:\Development depending on which operating system is running.
Not in home mainly because I use the same directory in windows and Linux.
All over the place...
~/projects
for things I made~/git
for things other people madeMost of my code and some non-code is under
~/src
, but I have repos scattered all around for other things.Any naming convention is fine as long as it's meaningful to you. But it's a good idea to keep your own repos separate from the random ones you clone from the internet.
XDG Documents folder
Same here!
C:\repos
or~/repos
I tend to follow this structure:
Is "code", "designs" and "wiki" here just some example files in the repo or are those sub-folders, and you only have the repo underneath
code
?They are the project's subfolders (outside of the Git repo):
code
contains the source code; version-controlled with Git.wiki
contains documentation and also version-controlled.designs
contains GIMP, Inkscape or Krita save files.This structure works for me since software projects involve more things than just the code, and you can add more subfolders according to your liking such as
notes
,pkgbuild
(for Arch Linux), orreleases
.Ah, interesting. In my current setup, I dump the auxilliary files into a folder above the repo, but it can certainly make it a bit messy to find the repo in there then...
I maintain a rule that all files above the repo must be inside a folder, with one exception: a README file. Including the
code
folder, this typically results in no more than 5 folders; the project folder itself is kept organized and uncluttered.~/Projects/$TOPIC_OR_LANGUAGE/$PROJECT_NAME
ie.
-
~/Projects/Web/passport.ink
for a web dev project-
~/Projects/Minecraft/synthetic_ascension
for a Minecraft mod-
~/Projects/C++/journalpp
for a C++ library~/Git
/dev/null
Usually ~/devel/
On my work laptop I have separate subdirs for each project and basically try to mirror the Gitlab group/project structure because some fucktards like to split every project into 20 repos.
/mnt/external_ssd_1/git_repos/reponame
i trust my workstations os to still be working in the morning as much as i trust the chances i even published the stupid branch after making it.
~/Code
for coding/dev stuff and~/gitclone
for things that i random clone for some reason. =D~/sites
I have always used it. I liked how it was easy to find in the home directory amongst other folders. Then under that I have a folder for every organization, including myself, and repositories live in those folders.
~/code/git/<org name>/<project>
Mostly a holdover from when I regularly pulled
svn
/hg
/cvs
repos and needed reminding what tool to use for which project.No idea why I still do it.
~/Source
$HOME/Code/
I use ghq to manage cloning to get this desired structure
~/source
~/Dokumentujo/git
Unfortunately I'm still on windows, so [User]/Documents/Projects/*
~/projs
I like ~/w or ~/p options
/tmp
~/github/
and~/gitea/
On Linux I usually just keep them in my home directory because I'm lazy. On Windows though I usually do C:\git\ or D:\git\ if I have a second drive.