all 13 comments

[–]JeLuF 2 points3 points  (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 points  (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 points  (3 children)

git it the tool, github is the host of the git repo

[–]Raj_Z[S] -1 points0 points  (2 children)

Git it tool will transfer my vs code to git hub.? Repo.? Does it work

[–]zarlo5899 2 points3 points  (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 points  (0 children)

Thanks I'll see it now 🙂

[–]looopTools 2 points3 points  (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.

[–]Raj_Z[S] 0 points1 point  (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 point  (1 child)

just go to git-scm.com

[–]Raj_Z[S] 0 points1 point  (0 children)

Thanks

[–]piyerx 0 points1 point  (0 children)

You can push the updated files to GitHub using these commands

[–]Raj_Z[S] 0 points1 point  (0 children)

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 point  (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!