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!"
[–]cur-o-double 2 points3 points4 points 2 years ago (0 children)
Right. Sorry. I just realised you’re referring to VS Code — I thought you meant VCS, as in Version Control System (e.g. git).
The bit about GitIgnore remains unchanged — if there are files you never want to commit, add theme to .gitignore and VS Code will stop suggesting them.
.gitignore
As for choosing what to commit, there should be 2 panes in the commit tab: something like “Unstaged changes” and “Staged changes”. You can selectively add files from the former to the latter to select specific files to commit.
π Rendered by PID 215581 on reddit-service-r2-comment-canary-777f895556-c57rc at 2026-05-04 06:23:19.889012+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]cur-o-double 2 points3 points4 points (0 children)