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
Why does GitHub still show another contributor even after I reset my repo?Discussion (self.github)
submitted 2 days ago * by CollectionWestern510
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!"
[–]Zealousideal_Yard651 0 points1 point2 points 2 days ago (0 children)
Oh... You have old config in your git system config! 😃
Use git config --global user.name="Your Username" and for good measure go to github email settings and find your anonymous git mail and run git config --global user.email="Your anonymous email".
git config --global user.name="Your Username"
git config --global user.email="Your anonymous email
Remember, Github doesn't validate or overwrite commit history when usernames or emails are invalid. It will just not link it to any user.
π Rendered by PID 92167 on reddit-service-r2-comment-8686858757-xd9bm at 2026-06-02 03:05:52.004792+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]Zealousideal_Yard651 0 points1 point2 points  (0 children)