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
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Usually, I throw college assignments in a folder under documents.
~/repos
~/git/AUR|dev|whatever/$(git clone)
is where mine usually reside.
~/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:
Projects
- Personal
- - Art
- - Music
- - Code
- - - Ideas
- - - In progress
- - - Deployed
- - - Scripts
- - - Abandoned
- [Company name]
- - [Project name]
- Interviews
- - [Company name]
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.
~/projs
I like ~/w or ~/p options
/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.
~/github/
and ~/gitea/
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
~/source
Personal stuff goes in ~/Projects
Work stuff goes in ~/Work/Code
~/Prototypes on pretty much all machines I own, from desktop, laptop, server, tablets, ebook readers, RPis, XR headset, video projector, etc.
I NEED TO LEARN HOW TO GIT.
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.
~/Code
for coding/dev stuff and ~/gitclone
for things that i random clone for some reason. =D
In ~/src Mostly because I'm too lazy to type "source".
Putting one directly under the home directory feels like a psychopathic move, so I stay by XDG and put them under a subdirectory of xdg-documents
~/Dokumentujo/git
I have $HOME/src for projects that are executables and $HOME/lib for ones that are libraries/dependancies/etc
~/Documents/projects/<YYYY>-<MM>-<DD>_<name>
Like some other ppl here, I clone everything in a git folder under my home directory.
~/gits
Documentation is usually a doc
folder inside the repo or just a README.md
for small projects.
Unfortunately I'm still on windows, so [User]/Documents/Projects/*
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.
/tmp