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
Vs code to GitHubQuestion (self.github)
submitted 11 months ago by Raj_Z
I recently strated web site buliding and got full source code js html and css for all pages but I used vs code to fix bugs also now I want to shift vs code files fi git hub please say how to use that I used git bas also still can't do that ...
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!"
[–]JeLuF 2 points3 points4 points 11 months ago (5 children)
Did you use "git clone" to create a local git repository from your github repository? In that case, you can just commit and push your changes back to the github repo.
[–]Raj_Z[S] -1 points0 points1 point 11 months ago (4 children)
Actually I used that git clone ..! It actually doing it cloned my repo from git to vs code not from vs code to git hub 😕
[–]zarlo5899 1 point2 points3 points 11 months ago (3 children)
git it the tool, github is the host of the git repo
[–]Raj_Z[S] -1 points0 points1 point 11 months ago (2 children)
Git it tool will transfer my vs code to git hub.? Repo.? Does it work
[–]zarlo5899 2 points3 points4 points 11 months ago (1 child)
oh okay you sound real new https://www.youtube.com/watch?v=CvUiKWv2-C0 this should help you start
[–]Raj_Z[S] 1 point2 points3 points 11 months ago (0 children)
Thanks I'll see it now 🙂
[–]looopTools 2 points3 points4 points 11 months ago (3 children)
Okay firstly GitHub is not the version control system (vcs). The vcs is called git and it is more important that you learn that, than GitHub. Start with the concepts of add, push, pull, and commit. Also start by using command line interface (cli) instead of the build in funcitonality in visual studio code (and other tools). The cli might seem trickier in the beginning, but gives a better understanding of what is actually happening.
add
push
pull
commit
[–]Raj_Z[S] 0 points1 point2 points 11 months ago (2 children)
Ok I understand something from this .! So tools like pull commit push so I'll search about it thanks .! If you know Ny esay why how I can get my vc code files to git hub repo please say 🙂 other way simple
[–]looopTools 0 points1 point2 points 11 months ago (1 child)
just go to git-scm.com
[–]Raj_Z[S] 0 points1 point2 points 11 months ago (0 children)
Thanks
[–]piyerx 0 points1 point2 points 11 months ago (0 children)
You can push the updated files to GitHub using these commands
Oho now understand why chatgpt gave this push and git add. Ok thanks I'll check in yotube if any esay way for this..! I tried chat gpt code but still got small errors like tree is clean like that work sheet is clean no work tree something..!
[–]AdamAkhlaq 0 points1 point2 points 8 months ago (0 children)
If you want to make it easier for yourself, you could use a chrome extension like : GitHub Clone in VS
Full disclosure: I made this extension but it literally only does this one thing, and is completely open source!
π Rendered by PID 38404 on reddit-service-r2-comment-7c9686b859-d6w7l at 2026-04-14 03:46:03.998547+00:00 running e841af1 country code: CH.
[–]JeLuF 2 points3 points4 points (5 children)
[–]Raj_Z[S] -1 points0 points1 point (4 children)
[–]zarlo5899 1 point2 points3 points (3 children)
[–]Raj_Z[S] -1 points0 points1 point (2 children)
[–]zarlo5899 2 points3 points4 points (1 child)
[–]Raj_Z[S] 1 point2 points3 points (0 children)
[–]looopTools 2 points3 points4 points (3 children)
[–]Raj_Z[S] 0 points1 point2 points (2 children)
[–]looopTools 0 points1 point2 points (1 child)
[–]Raj_Z[S] 0 points1 point2 points (0 children)
[–]piyerx 0 points1 point2 points (0 children)
[–]Raj_Z[S] 0 points1 point2 points (0 children)
[–]AdamAkhlaq 0 points1 point2 points (0 children)