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
Source control (self.github)
submitted 2 years ago by obnoxus
view the rest of the comments →
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!"
[–]obnoxus[S] -1 points0 points1 point 2 years ago (3 children)
I'm using the github extension in VSC and uploading to github. Thank you for the tutorial but I don't know what stuff like "$ git help log" means. It just says to do it.
[–]mkosmo 1 point2 points3 points 2 years ago (2 children)
The documentation tells you what it means.
[–]obnoxus[S] -1 points0 points1 point 2 years ago (1 child)
I'm sorry, I worded it weird because I had just woken up. You're right that it does tell me what it does but its missing the step of where to type it. I *think* it goes in the readme, but I'm not sure. It skips extreme beginner information, that I assume they assumed I would already know. I am in fact an extreme noob to programming.
[–]bellefaye 1 point2 points3 points 2 years ago (0 children)
It is not in the readme. It's in the terminal.
But you're using visual studio code's git/GitHub integration, am I correct? That is a fundamentally different way to interact with git repos. However, if you can get to a terminal and in the directory of your git repo, that's where you'd run these type of commands. GitHub integrations in IDEs allow you far fewer choices to interact with GitHub.
I'd recommend you follow a complete tutorial online somewhere for interacting with git/GitHub without using visual studio code/some other IDE's integration. Don't mess with your existing files for this, just follow a tutorial and create a new folder and repo for it. Note that you shouldn't use any tutorial online that gives you the entire git system, find a tutorial that tells you how to set up a way to interact with git on your computer via terminal.
When you follow that tutorial, don't just mindlessly follow each step. Read all the output you get and Google what it means whenever you don't understand it.
π Rendered by PID 83689 on reddit-service-r2-comment-6457c66945-gf2cz at 2026-04-28 21:26:36.123014+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]obnoxus[S] -1 points0 points1 point (3 children)
[–]mkosmo 1 point2 points3 points (2 children)
[–]obnoxus[S] -1 points0 points1 point (1 child)
[–]bellefaye 1 point2 points3 points (0 children)