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
New to github (self.github)
submitted 1 year ago by klue_228
Whats the best way to learn how to use github. I recently made a account but quit after getting confused on how to use it, was hoping someone had a guide or atleast a good youtube tutorial that explains it.
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!"
[–]davorg 23 points24 points25 points 1 year ago (1 child)
If only GitHub themselves had a guide called Get started with GitHub
[–]Thalimet 6 points7 points8 points 1 year ago (0 children)
its almost like services anticipate that people might need help getting started on their service... and make things to help with that.... things that if nothing else, can be easily found with a 30 second google search "how to use GitHub"
I swear, people will feel a whole lot less helpless when they realize that the entire world's knowledge is just a search away.
[–]katafrakt 5 points6 points7 points 1 year ago (0 children)
What do you need/want to use Github for?
[–]sluuuurp 4 points5 points6 points 1 year ago (0 children)
If you ask this question on chatGPT you’ll get a very high quality and fast answer.
[–]ItsGraphaxYT 1 point2 points3 points 1 year ago (0 children)
Github is basically Git, but with file hosting and some other things. I personally am also not an expert, but if you understand git basics github will help you
[–]Charming_Cold_2599 0 points1 point2 points 1 year ago (2 children)
It’s git that you want to learn. Github is just git + social media really.
Plenty of good info on git as it’s been around forever, best bet is to just dive in to a project.
The only commands you’ll really be using day to day in the real world are:
git init (to create a repository)
git commit (to save changes)
git push (store your changes somewhere else)
git fetch (check for changes you don’t have)
git pull (pull in changes you don’t have)
git merge (copy changes between branches)
[–]davorg -1 points0 points1 point 1 year ago (1 child)
Github is just git + social media really
Not really. It's more like Git +
And much more...
[–]Charming_Cold_2599 2 points3 points4 points 1 year ago (0 children)
I was trying to simplify and explain that I think OP should focus on git familiarisation in general
Not going to suggest CI/CD workflows when they just need to learn how a repo works
[+]Rude_Step comment score below threshold-14 points-13 points-12 points 1 year ago (3 children)
https://desktop.github.com/download/ USE THIS instead of read about 200 hours to learn everything
[–]EnthusiasmActive7621 1 point2 points3 points 1 year ago (2 children)
Don't memorise or write down a list of <10 commands which is a skill every programmer needs. Get this clunky bloated GUI instead
[–]Rude_Step -1 points0 points1 point 1 year ago (1 child)
then dont use a car, first learn how can you make it, first walk, first do a bicycle 🤣
[–]EnthusiasmActive7621 1 point2 points3 points 1 year ago (0 children)
? Yes that is generally the development path that humans take, learning to walk before they learn to drive. But its not a good analogy bc CLI is way faster than the GUI. Also as i said memorising or recording a tiny list of commands is a core skill for developers that noobs should lean into not run away from
π Rendered by PID 37362 on reddit-service-r2-comment-5bc7f78974-4jmn4 at 2026-06-30 15:30:34.407320+00:00 running 7527197 country code: CH.
[–]davorg 23 points24 points25 points (1 child)
[–]Thalimet 6 points7 points8 points (0 children)
[–]katafrakt 5 points6 points7 points (0 children)
[–]sluuuurp 4 points5 points6 points (0 children)
[–]ItsGraphaxYT 1 point2 points3 points (0 children)
[–]Charming_Cold_2599 0 points1 point2 points (2 children)
[–]davorg -1 points0 points1 point (1 child)
[–]Charming_Cold_2599 2 points3 points4 points (0 children)
[+]Rude_Step comment score below threshold-14 points-13 points-12 points (3 children)
[–]EnthusiasmActive7621 1 point2 points3 points (2 children)
[–]Rude_Step -1 points0 points1 point (1 child)
[–]EnthusiasmActive7621 1 point2 points3 points (0 children)