113

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?

(page 2) 29 comments
sorted by: hot top controversial new old
[-] donio@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

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.

[-] picandocodigo@lemmy.world 4 points 2 days ago

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?

load more comments (1 replies)
[-] tiny@midwest.social 1 points 1 day ago

~/git/AUR|dev|whatever/$(git clone) is where mine usually reside.

[-] micro@programming.dev 1 points 1 day ago
[-] r00ty@kbin.life 3 points 2 days ago

/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.

[-] boredsquirrel@slrpnk.net 3 points 2 days ago
[-] poinck@lemm.ee 1 points 1 day ago

~/gits

Documentation is usually a doc folder inside the repo or just a README.md for small projects.

[-] nzeayn@lemmy.world 2 points 2 days ago

/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.

[-] simonced@lemmy.one 1 points 1 day ago

Like some other ppl here, I clone everything in a git folder under my home directory.

[-] leisesprecher@feddit.org 2 points 2 days ago

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.

[-] zongor@hexbear.net 2 points 2 days ago

I have $HOME/src for projects that are executables and $HOME/lib for ones that are libraries/dependancies/etc

[-] pudcollar@hexbear.net 2 points 2 days ago

I use ~/w for "Work" and less typing

[-] abrahambelch@programming.dev 2 points 2 days ago
[-] Feathercrown@lemmy.world 0 points 1 day ago* (last edited 1 day ago)

Unfortunately I'm still on windows, so [User]/Documents/Projects/*

[-] vinnymac@lemmy.world 1 points 1 day ago

~/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.

[-] PseudoSpock@lemmy.dbzer0.com 1 points 2 days ago
[-] EuCaue@lemmy.ml 1 points 2 days ago

~/Code for coding/dev stuff and ~/gitclone for things that i random clone for some reason. =D

[-] samwwwblack@lemm.ee 1 points 2 days ago

~/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.

[-] RoyaltyInTraining@lemmy.world 1 points 2 days ago

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

[-] data1701d@startrek.website 1 points 2 days ago

Usually, I throw college assignments in a folder under documents.

[-] CalcProgrammer1@lemmy.today 0 points 1 day ago

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.

[-] shasta@lemm.ee 0 points 1 day ago
[-] k4j8@lemmy.world 0 points 1 day ago

~/github/ and ~/gitea/

[-] Hawke@lemmy.world 0 points 2 days ago

~/Dokumentujo/git

[-] Kualk@lemm.ee 0 points 2 days ago

~/projs

I like ~/w or ~/p options

load more comments
view more: ‹ prev next ›
this post was submitted on 30 Oct 2024
113 points (99.1% liked)

Linux

47950 readers
1664 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS