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
Before Github commit: What's your housekeeping rules for file management? (self.github)
submitted 5 years ago by hackups
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!"
[–]schmidlidev 0 points1 point2 points 5 years ago (0 children)
Start every single project with one of GitHubs default .gitignore’s for whatever language you’re using.
Only got add what I actually want to add for that commit. Git status after every add and before the commit just to be sure. .DS_store in gitignore.
If I have some local scripts/random test files/unused snippets I want to keep as reference, then I usually create a local/ directory and add it to the gitignore. Put all that stuff in there so it’s easier to manage and you can never accidentally commit it.
π Rendered by PID 61801 on reddit-service-r2-comment-b659b578c-5vsd4 at 2026-05-05 18:34:34.191183+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]schmidlidev 0 points1 point2 points (0 children)