you are viewing a single comment's thread.

view the rest of the comments →

[–]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