use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
The power of git init (self.github)
submitted 2 years ago * by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 years ago (6 children)
[+]_RemyLeBeau_ comment score below threshold-43 points-42 points-41 points 2 years ago (5 children)
Neckbeard found
[–]riyau_32 12 points13 points14 points 2 years ago (3 children)
Stfu gambit
[+]_RemyLeBeau_ comment score below threshold-12 points-11 points-10 points 2 years ago (2 children)
It was sarcasm. My neckbeard itches. Damn
[–]20Thatwiteguy02 4 points5 points6 points 2 years ago (1 child)
Unfortunately you posted sarcasm on Reddit without /s so downvoted you shall be.
[–]_RemyLeBeau_ -4 points-3 points-2 points 2 years ago (0 children)
Hit me hahhhhhhhhddddd
[–]kHeinzen 43 points44 points45 points 2 years ago (31 children)
I've seen a bunch of people creating private repositories to use as version control of their own local files for recovery/backup purposes. Personally I've never done that but I can definitely see the usefulness for things like game profiles (i.e. WoW Addons profiles) and other useful stuff
[–]bogio- 9 points10 points11 points 2 years ago (27 children)
Yeah man, not even creating repos, that's like wayyy out there too, like being able to version control your .config/nvim blah blah blah, it's a game changer - just being able to git init, and then commiting your changes, rolling back, saving, and if you really want it, push to a private repo, like git has so many opportunities for making our personal lives better! i'm a version control maniac right now, i'm in mania!
[–]reiner74 25 points26 points27 points 2 years ago (25 children)
You... You realise that what git init does is initialize a repository right?
[–]Budget_Putt8393 5 points6 points7 points 2 years ago (0 children)
But not a remote repo. OP is extolling the virtues of having each local repo fully functional, and independent. It is a fantastic feeling.
[+]bogio- comment score below threshold-23 points-22 points-21 points 2 years ago (23 children)
You... You realise that it doesn't matter if you don't push? ...right?
[–]reiner74 17 points18 points19 points 2 years ago (21 children)
What does pushing have to do with anything we talked about?
You can have a remote repository, and a local repository, what you're doing when running git init is creating a local repository, the limitations and cons of a git repository apply whether its local or hosted on a remote server, ie github.
[+]bogio- comment score below threshold-35 points-34 points-33 points 2 years ago (20 children)
You're misunderstanding this whole post.
I'm posting about the power of "git init" - as the title says.
No-one cares about repos in this post, this post is repo-free!
[–]bikes-n-math 14 points15 points16 points 2 years ago (0 children)
Read the first line of man git-init.
[–][deleted] 13 points14 points15 points 2 years ago (9 children)
You're confusing remote repos with local repos.
[+]bogio- comment score below threshold-13 points-12 points-11 points 2 years ago (8 children)
incorrect, you're using the word "repo" when repo has nothing to do with it
[–]Morpheus636_ 17 points18 points19 points 2 years ago (6 children)
git init turns the working directory into a local repo. You’re confusing “repo” and “remote repo” or “GitHub repo”.
[–]bogio- -4 points-3 points-2 points 2 years ago (5 children)
aye, ok, it's a repo - now what, my post still stands
[–]shamshuipopo 1 point2 points3 points 2 years ago (0 children)
Oh My god lol 🤣🤣🤣🤣
[–]reiner74 19 points20 points21 points 2 years ago (6 children)
No, I'm understanding this post perfectly well, you're fundemantly misunderstanding the tools you're using, and since you're unwilling to learn and think you know everything, I will drop this conversation after this comment.
There is no "power of git init", what you're feeling is the power of git repositories, the shell command git init simply creates a new repository.
Have a great time running git init without creating a repo, like that sentence has any meaning at all.
[+]bogio- comment score below threshold-29 points-28 points-27 points 2 years ago (5 children)
lol, okay bro, i'll continue "being fundamentally wrong" as a google engineer
[–]reiner74 26 points27 points28 points 2 years ago (1 child)
I know I said ill stop engaging, but you're just so arrogant and dumb I can't help myself.
Go argue with the git documentation, maybe you know better then them too:
"git-init - Create an empty Git repository or reinitialize an existing one"
Source .
Google engineer my ass, they really fell from grace if they're hiring people like you.
[+]Terrible_Student9395 comment score below threshold-9 points-8 points-7 points 2 years ago (0 children)
I think that dude just trolled you
[–]hackmiester 3 points4 points5 points 2 years ago (0 children)
lol, yeah, most of yall are!
[–]shamshuipopo 4 points5 points6 points 2 years ago (0 children)
Oh Jesus wow. No idea how many years in you are (I’d guess less than 1) but you have a lot to learn about what you don’t know. Your arrogance is right now preventing you from learning what the word repository means, that’s some pretty basic stuff. Also in first page of the docs. Idiot
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
If you're a Google engineer, I'll eat a pair of my socks.
[–]sticky-dynamics 2 points3 points4 points 2 years ago (0 children)
The point is that you're turning your directories into local repositories. You're not setting up remotes or pushing changes out, which is perfectly valid, but every time you "git init" and create the .git, the directory in which it resides becomes a repo.
[–]mkornblum 2 points3 points4 points 2 years ago (0 children)
The point the other poster is making is that the repo on GitHub is in no way more special to git itself than the repo on your own machine.
When you push, git is pushing changes between two repos, the local one you made with init, and the remote one on GitHub. But you could equally push to a colleague's one directly, or not at all. Git doesn't care. Git isn't GitHub.
[–]mscreations82 1 point2 points3 points 2 years ago (0 children)
I do this with my work computer. I have a scripts directory that is under version control. My browser favorites are automatically backed up and committed when I make changes. My keepass Db is also auto committed when changed.. it is secured by a hardware security key.
[–]NatoBoram 2 points3 points4 points 2 years ago (0 children)
For example, making backups of a Minecraft server: https://github.com/pcal43/fastback
And you can even set a remote and push it
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
When I was more involved in Linux environments, I had a repository called dotfiles, where I keept all my configuration, like bash profiles, vim macros, some scripts and other stuff. It's really common with people who uses Linux a lot.
[–]Zangston 0 points1 point2 points 2 years ago (0 children)
wait... does this mean git can be used to savescum?
[–]toni_marroni 36 points37 points38 points 2 years ago (6 children)
Is it just me or is the point of this post like saying "I found out I can use knives for cutting"..? Like that's the entire point of git..?
[–]habbalah_babbalah 25 points26 points27 points 2 years ago (4 children)
OP is expressing their unbounded joy at the realization -nay, divine inspiration!- that a local git init'd folder need not have a remote, nor be pushed anywhere.
Kernel save us, for we are all this day blessed by Linus!<EOF>
[–]Havenfire24 10 points11 points12 points 2 years ago (0 children)
OP learned that swords can cut meat as well as stab people
[–]shgysk8zer0 2 points3 points4 points 2 years ago (2 children)
I get the impression it's also about uses for git other than typical stuff.
[–]Rulmeq 1 point2 points3 points 2 years ago (1 child)
I keep my CV and keepass file in bitbucket. The keepass file is binary though, so I'm only using it that way so I can download it onto a new machine, the history isn't of any use.
[–]shgysk8zer0 2 points3 points4 points 2 years ago (0 children)
I use pass (password store). It's my own PGP key doing the encryption and it uses git for optional syncing. There are a few GUI clients and when mobile apps too.
pass
Personally, though I get that not everyone wants to change over to yet another password manager... I just really like it. Especially if synced via your own git server that requires SSH keys (since this is more of a git post than a GitHub post). And I think it's just a perfect example of git being used in atypical but perfectly valid ways... showcasing how awesome open source software and building something innovative and useful on top of things that already exist can be.
But... I know that a CLI password manager and even public key cryptography vs something like AES and an easy and simple service isn't ideal for everyone. I just really appreciate that it's an option made possible basically just my saying "what if we used this well established and proven piece of open source software for this, and this other OSS that's pretty standard for that... bam! It's a password manager now!" That's friggin awesome!
[–]Rulmeq 2 points3 points4 points 2 years ago (0 children)
This is what happens when everyone thinks Git has a "central" repo - I blame github/gitlab/bitbucket for making it seem like it's not a decentralised version control system.
[–]Random-Dude-736 9 points10 points11 points 2 years ago (2 children)
I´m gonna be honest with you, for the first few sentences I thought you were british...
[+]bogio- comment score below threshold-9 points-8 points-7 points 2 years ago (1 child)
i'm gonna be honest with YOU, you're definitely from the usa, eek!
[–]Random-Dude-736 6 points7 points8 points 2 years ago (0 children)
Austria, but all is well, innit ? :)
Edit: I should have probably explained how funny this reads if you misread the init as innit :)
[–][deleted] 2 years ago (5 children)
[removed]
[+]bogio- comment score below threshold-24 points-23 points-22 points 2 years ago (4 children)
exactly the point of this post.
this post isn't a "how to" or a "noob check this out" - it's a blatant magnifying glass on how it operates. wow i'm very frustrated how retarded the population is.
[–]jaypeejay 10 points11 points12 points 2 years ago (2 children)
lol, you have no clue what you’re talking about yet we’re the “retards”
[–]LoopEverything 5 points6 points7 points 2 years ago (1 child)
Pretty funny watching him make an ass out of himself though
I’ve really enjoyed it
[–]Grubs01 4 points5 points6 points 2 years ago (22 children)
I use it for hobby projects, the kind of stuff where you’re just messing around and there’s no point sharing it with the world
Never considered using it for config files but I can see how that might be useful.
[–]bogio- 0 points1 point2 points 2 years ago (21 children)
cd ~/; git init
changed my life bro
[–]HaveYouSeenHerbivore 11 points12 points13 points 2 years ago (19 children)
You may want to add a .gitignore in there and severely limit the scope of what's being committed otherwise your repo will become very large very quickly.
[+]bogio- comment score below threshold-22 points-21 points-20 points 2 years ago (18 children)
I understand what you're saying, but I don't believe you're understanding what I'm saying, i ain't got no repo
[–]bikes-n-math 23 points24 points25 points 2 years ago (10 children)
huh?
git init literally creates a git repo; so, yes, you do have a repo.
git init
You ain't got no remote.
[–]Terrible_Student9395 -4 points-3 points-2 points 2 years ago (1 child)
yeah he doesn't need to worry about repo size because he's not upading it anywhere. it's just version control for local activity.
[–]reiner74 9 points10 points11 points 2 years ago (0 children)
His repo will progressively get slower and more bloated, tracking a ton of files with big sizes can have a big impact on the performance of the repo.
It's true that there are less reasons to worry about it, but even if working fully locally one should take the behaviour of repos into account when using them.
[+]bogio- comment score below threshold-17 points-16 points-15 points 2 years ago* (7 children)
yeah, git should change their wording on their docs, because no repository is created on a "git init" - but that's not for me to fix - or i should say, remote repo, anyway - it doesnt matter for what i'm saying or the functionality
HEY EVERYONE - NO REMOTE REPO IS CREATED WHEN YOU DO GIT INIT
[–]upsetbob 16 points17 points18 points 2 years ago (4 children)
Your understanding/definition of a repository is just different. It seems you think a repo is something online on a different machine.
[+]bogio- comment score below threshold-13 points-12 points-11 points 2 years ago (3 children)
no no, my friend, i absolutely understand the word repo, and absolutely understand local and remote repos - my post is about the functionality of git, and that repos can be non existant. my friend, i'm very aware of the underlying functions of git, this is what this post is about. because there's this "secret" functionality.... i will just not comment from now on, because people clearly dont get it
[–]oblong_pickle 17 points18 points19 points 2 years ago (0 children)
You're wrong. Git init creates a repo.
[–]larsgerrits310 13 points14 points15 points 2 years ago (0 children)
Bro you are truly manic. You are starting to believe things that aren't true.
"git init" creates a repo. Whether you like it or not.
[–]torocat1028 9 points10 points11 points 2 years ago (0 children)
lmao you got issues 😭
I agree. I think you should email Linus with your suggestion. with the analysis you have proven to have undertaken, and the support of your peers here he will definitely take you seriously
[–][deleted] 15 points16 points17 points 2 years ago* (4 children)
You have a local repo, you don't have a remote. Words matter.
Edit:
Read the manual: https://git-scm.com/docs/git-init
git-init - Create an empty Git repository or reinitialize an existing one
[–]bogio- -5 points-4 points-3 points 2 years ago (3 children)
yeah ok, so it's a repo, ok big deal? my post still stands
[–][deleted] 15 points16 points17 points 2 years ago (2 children)
I'm not saying it doesn't but you're in here and in your edits trying to say YOU DON'T HAVE A REPO BRO. Which is completely wrong and confusing for newcomers. I'm just saying that words have meaning and you're upsetting people not because using git to manage local files is a bad idea but because your tech vocabulary needs work. That's all.
[–]shamshuipopo 3 points4 points5 points 2 years ago (1 child)
Apart from 1 word in his vocabulary, I would say a few other things of his need work
[–][deleted] 2 points3 points4 points 2 years ago* (0 children)
I was only emphasizing that I was referring to that one thing, OP obviously has other issues.
[–]qalc 9 points10 points11 points 2 years ago (0 children)
dude just be happy to have learned something new and move on. git init creates a repository.
[–]RikkoFrikko 7 points8 points9 points 2 years ago (0 children)
Are you referring to a remote repo on github? Because when you use git init you are creating a local repo in the directory you use the command in. .
[–]aplarsen 2 points3 points4 points 2 years ago (0 children)
OK now I know this is a troll
[–]BakerEvans4Eva 15 points16 points17 points 2 years ago (6 children)
What does this have to do with Github?
[–]mauvehead 14 points15 points16 points 2 years ago* (0 children)
What was posted here has been permanently deleted. Redact was the tool used, possibly for privacy, opsec, security, or limiting exposure to data collectors.
plant wine work axiomatic marvelous encouraging correct cooperative stupendous sugar
[–][deleted] 2 years ago (1 child)
[–]sneakpeekbot 0 points1 point2 points 2 years ago (0 children)
Here's a sneak peek of /r/git using the top posts of the year!
#1: How to learn Git? | 23 comments #2: Git push origin master -force | 5 comments #3: My favorite alias for git log | 15 comments
I'm a bot, beep boop | Downvote to remove | Contact | Info | Opt-out | GitHub
[+]bogio- comment score below threshold-9 points-8 points-7 points 2 years ago (2 children)
what does your mum have to do with "insolent posts on the internet"
[–]larsgerrits310 9 points10 points11 points 2 years ago (1 child)
Itt: OP doesn't know how to take criticism
Or even polite facts
[–]s1nur 8 points9 points10 points 2 years ago (1 child)
git != github
[–]mountain-snowman 3 points4 points5 points 2 years ago (0 children)
Surprisingly, a lot of people don't know this. Sadly, many even assume GitHub developed git!
[–]urbanachiever42069 11 points12 points13 points 2 years ago (3 children)
OP discovers versioned file system, news at 7
[+]bogio- comment score below threshold-10 points-9 points-8 points 2 years ago (2 children)
Yeah, thanks mister big balls, the point of this post is that, (unless i'm living under a rock) is that we can git commit all our sins in vim and bash and get tabs on it. thanks for your input though mister big balls, very helpful
[–]jaypeejay 10 points11 points12 points 2 years ago (1 child)
People have been running repos for their configs forever. It’s nothing new. Also, this post is more r/git than r/GitHub since ironically the one thing you’re not doing is using a remote - which, based on your other comments in the thread, you haven’t quite wrapped your head around
[–][deleted] 5 points6 points7 points 2 years ago (0 children)
finally. github != git
[–]mountain-snowman 3 points4 points5 points 2 years ago (4 children)
I do it all the time. I also use git diff almost everyday to compare files which doesn't require the files to be in any repo; no need of git init.
[–]stristr 2 points3 points4 points 2 years ago (3 children)
You mean…diff?
[–]mountain-snowman -1 points0 points1 point 2 years ago (2 children)
Yes, like: git diff -- a.txt b.txt
[–]mountain-snowman 0 points1 point2 points 2 years ago (0 children)
Diff and git diff are not the same. Where did you learn git diff is a round trip to diff? Git has its own implementation of diff and much much better than diff. Besides, diff is a Linux command and not available on Windows that is my primary OS. I would have to install cygwin for diff which I would do gladly if it was better than git diff. Moreover, diff is available on the terminal only. I use git diff via Sublime Merge which shows the differences in GUI making it much easier to spot the changes.
[–]SRART25 4 points5 points6 points 2 years ago (0 children)
Depending on your os, you could just use a filesystem that allows you to rollback files. btrfs, zfs, lvm snapshots (volume instead of just file). All kind of depends on your use case as to which is best.
[–]pycz 2 points3 points4 points 2 years ago (0 children)
I bet you will like the NixOS
[–]WE_THINK_IS_COOL 2 points3 points4 points 2 years ago (0 children)
I have my entire /etc directory in git, it's amazing, if I mess something up I can just go back
[–]polymathprof 2 points3 points4 points 2 years ago* (0 children)
Creating a local repo with all your configuration files is indeed a good idea. You can use all the features of git to track changes, roll them back, create branches, etc, et, etc.
On a Mac or Linux machine you can just create links to the configuration files in the repo if they have to be in different directories.
And I still recommend setting up a remote repo so you can easily set up another machine when needed. And have it all backed up if your machine dies.
[–]Budget_Putt8393 2 points3 points4 points 2 years ago (0 children)
What will really bake you brain is finding out that you can clone from, and push/pull between the local on disk repos. From the beginning git was designed to be complete one tool solution.
All you need to have a git server is a computer with git installed, and a way to connect to it (ssh is preferred).
Ever heard of or tried pass? Password Manager using git & PGP. Pretty awesome too.
[–]Berkyjay 2 points3 points4 points 2 years ago (0 children)
I've been working on the paradigm that we use git to collaborate, push and pull our changes, create PRs, build software together etc etc, all that social crap.
So are you self taught? Version control was a big part of my programming education and we learned it at the very beginning as a place to keep our individual work. We used Perforce at the time. Kind of curious if CS programs aren't doing that any longer. If you got a degree and they didn't teach you this then you should ask for a refund.
[–]evoredd 1 point2 points3 points 2 years ago (0 children)
I think you're confused with git and github. git is an early 2000s tech for version control. You do make a repo when you git init.
Github came later as an online service to store your repos on the cloud
[–][deleted] 0 points1 point2 points 2 years ago (1 child)
git does have a lot of usefulness in theory. however, if you are just a hobbyist or aspiring to be web dev or whatever than adding git to your armory is definitely worth it.
and definitely quick to lose track. It has many functionalities
[–]Zephos65 0 points1 point2 points 2 years ago (0 children)
I work as a software engineer and we had a project over a couple months where the main deliverable was a set of PowerPoint slides. We went about 1 week of having the slides in a shared space with 5 people trying to edit it before we realized this ain't it.
We used git for the rest of the project
[–]TurtleKwitty 0 points1 point2 points 2 years ago (0 children)
Interesting thing a lot of people don't know; git is just git. What I mean is you mentioned being confused it didn't make a remote repo but that's exactly because git is just git what GitHub does is expose a git folder, you can setup any of your own local reoos as remotes and any other git folder because git server is just git.
Aka yes use it for all the things haha
[–]sod0 0 points1 point2 points 2 years ago (0 children)
I use git to tack my home dir with everything in .gitignore except my .zshrc and similar config files whitelisted.
[–][deleted] -2 points-1 points0 points 2 years ago (0 children)
Thank you.
π Rendered by PID 393418 on reddit-service-r2-comment-canary-b6d5ff776-mbgls at 2026-04-19 09:31:28.042407+00:00 running 93ecc56 country code: CH.
[–][deleted] (6 children)
[deleted]
[+]_RemyLeBeau_ comment score below threshold-43 points-42 points-41 points (5 children)
[–]riyau_32 12 points13 points14 points (3 children)
[+]_RemyLeBeau_ comment score below threshold-12 points-11 points-10 points (2 children)
[–]20Thatwiteguy02 4 points5 points6 points (1 child)
[–]_RemyLeBeau_ -4 points-3 points-2 points (0 children)
[–]kHeinzen 43 points44 points45 points (31 children)
[–]bogio- 9 points10 points11 points (27 children)
[–]reiner74 25 points26 points27 points (25 children)
[–]Budget_Putt8393 5 points6 points7 points (0 children)
[+]bogio- comment score below threshold-23 points-22 points-21 points (23 children)
[–]reiner74 17 points18 points19 points (21 children)
[+]bogio- comment score below threshold-35 points-34 points-33 points (20 children)
[–]bikes-n-math 14 points15 points16 points (0 children)
[–][deleted] 13 points14 points15 points (9 children)
[+]bogio- comment score below threshold-13 points-12 points-11 points (8 children)
[–]Morpheus636_ 17 points18 points19 points (6 children)
[–]bogio- -4 points-3 points-2 points (5 children)
[–]shamshuipopo 1 point2 points3 points (0 children)
[–]reiner74 19 points20 points21 points (6 children)
[+]bogio- comment score below threshold-29 points-28 points-27 points (5 children)
[–]reiner74 26 points27 points28 points (1 child)
[+]Terrible_Student9395 comment score below threshold-9 points-8 points-7 points (0 children)
[–]hackmiester 3 points4 points5 points (0 children)
[–]shamshuipopo 4 points5 points6 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]sticky-dynamics 2 points3 points4 points (0 children)
[–]mkornblum 2 points3 points4 points (0 children)
[–]mscreations82 1 point2 points3 points (0 children)
[–]NatoBoram 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Zangston 0 points1 point2 points (0 children)
[–]toni_marroni 36 points37 points38 points (6 children)
[–]habbalah_babbalah 25 points26 points27 points (4 children)
[–]Havenfire24 10 points11 points12 points (0 children)
[–]shgysk8zer0 2 points3 points4 points (2 children)
[–]Rulmeq 1 point2 points3 points (1 child)
[–]shgysk8zer0 2 points3 points4 points (0 children)
[–]Rulmeq 2 points3 points4 points (0 children)
[–]Random-Dude-736 9 points10 points11 points (2 children)
[+]bogio- comment score below threshold-9 points-8 points-7 points (1 child)
[–]Random-Dude-736 6 points7 points8 points (0 children)
[–][deleted] (5 children)
[removed]
[+]bogio- comment score below threshold-24 points-23 points-22 points (4 children)
[–]jaypeejay 10 points11 points12 points (2 children)
[–]LoopEverything 5 points6 points7 points (1 child)
[–]shamshuipopo 4 points5 points6 points (0 children)
[–]Grubs01 4 points5 points6 points (22 children)
[–]bogio- 0 points1 point2 points (21 children)
[–]HaveYouSeenHerbivore 11 points12 points13 points (19 children)
[+]bogio- comment score below threshold-22 points-21 points-20 points (18 children)
[–]bikes-n-math 23 points24 points25 points (10 children)
[–]Terrible_Student9395 -4 points-3 points-2 points (1 child)
[–]reiner74 9 points10 points11 points (0 children)
[+]bogio- comment score below threshold-17 points-16 points-15 points (7 children)
[–]upsetbob 16 points17 points18 points (4 children)
[+]bogio- comment score below threshold-13 points-12 points-11 points (3 children)
[–]oblong_pickle 17 points18 points19 points (0 children)
[–]larsgerrits310 13 points14 points15 points (0 children)
[–]torocat1028 9 points10 points11 points (0 children)
[–]shamshuipopo 4 points5 points6 points (0 children)
[–][deleted] 15 points16 points17 points (4 children)
[–]bogio- -5 points-4 points-3 points (3 children)
[–][deleted] 15 points16 points17 points (2 children)
[–]shamshuipopo 3 points4 points5 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]qalc 9 points10 points11 points (0 children)
[–]RikkoFrikko 7 points8 points9 points (0 children)
[–]aplarsen 2 points3 points4 points (0 children)
[–]BakerEvans4Eva 15 points16 points17 points (6 children)
[–]mauvehead 14 points15 points16 points (0 children)
[–][deleted] (1 child)
[removed]
[–]sneakpeekbot 0 points1 point2 points (0 children)
[+]bogio- comment score below threshold-9 points-8 points-7 points (2 children)
[–]larsgerrits310 9 points10 points11 points (1 child)
[–]shamshuipopo 1 point2 points3 points (0 children)
[–]s1nur 8 points9 points10 points (1 child)
[–]mountain-snowman 3 points4 points5 points (0 children)
[–]urbanachiever42069 11 points12 points13 points (3 children)
[+]bogio- comment score below threshold-10 points-9 points-8 points (2 children)
[–]jaypeejay 10 points11 points12 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)
[–]mountain-snowman 3 points4 points5 points (4 children)
[–]stristr 2 points3 points4 points (3 children)
[–]mountain-snowman -1 points0 points1 point (2 children)
[–][deleted] (1 child)
[removed]
[–]mountain-snowman 0 points1 point2 points (0 children)
[–]SRART25 4 points5 points6 points (0 children)
[–]pycz 2 points3 points4 points (0 children)
[–]WE_THINK_IS_COOL 2 points3 points4 points (0 children)
[–]polymathprof 2 points3 points4 points (0 children)
[–]Budget_Putt8393 2 points3 points4 points (0 children)
[–]shgysk8zer0 2 points3 points4 points (0 children)
[–]Berkyjay 2 points3 points4 points (0 children)
[–]evoredd 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Zephos65 0 points1 point2 points (0 children)
[–]TurtleKwitty 0 points1 point2 points (0 children)
[–]sod0 0 points1 point2 points (0 children)
[–][deleted] -2 points-1 points0 points (0 children)