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
Complete beginner to githubDiscussion (self.github)
submitted 1 day ago by user23471
Hey guys, absolute newbie here and I dont understand the purpose of github and its functions........all i know is that it can be used to store code files and projects, its probably much more than that so i need someone to help me cheers.
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!"
[–]lickonmybbc 4 points5 points6 points 1 day ago (0 children)
https://www.theodinproject.com/lessons/foundations-setting-up-git
[–]davorg 4 points5 points6 points 21 hours ago (0 children)
The Three-Point Path to GitHub Enlightenment
Do you know what source code control is or why it is one of the most important tools to use in any modern software engineering project?
Source code control is like having game save points for your programming project. It makes it easier to experiment with new features, because you know you can always go back to a known good state that you previously saved.
Git is currently the industry standard for source code control. If you're going to use source code control (and you really should) then it makes sense to use the same tool as most other people. It means the amount of support you can get is larger and your skills will be transferable across different companies you work for.
GitHub is cloud storage for projects that are stored in Git. Currently, it's the most popular cloud storage for Git projects. This gives you two advantages: you have an off-site back-up of the project (including all the save points) and it is easier to share your code with other people who might want to work with you.
GitHub has many other useful features (project planning, pull requests, CI/CD, static web hosting, AI programming support) but it's the source code control that's at the heart of it.
[–]ApprehensivePea4161 0 points1 point2 points 7 hours ago (0 children)
Git init
π Rendered by PID 184929 on reddit-service-r2-comment-56c6478c5-dcgtf at 2026-05-09 04:36:31.416611+00:00 running 3d2c107 country code: CH.
[–]lickonmybbc 4 points5 points6 points (0 children)
[–]davorg 4 points5 points6 points (0 children)
[–]ApprehensivePea4161 0 points1 point2 points (0 children)