hello guys!
Please help me.
How to transfer finished project made in Visual Studio{ has 2 pages} ? in windows.
I have finished the project " Login form" ( based on HTML and a little bit of JavaScript ) .
I don’t know how to transfer the finished project ( have been made in the Visual Studio) into GitHub { it has 2 pages: results.html and index.html}
@jwilkins.oboe ,
SO for instance , I have been having hard time to find function to save this project ( it shows on the screen ) . I guess particular name for it is- “search solution explorer”. I have been messing with it- made it just worth .
you can think GitHub as the storage for your files, and Git is a version control system which tracks, changes in your project so that you can switch back to the previous version or track change in your files which led to the new bug in project.
With git, you can easily upload your changed files to the github as mentioned by @sauravk7077 in the post, So instead of manually uploading each time you changed your files, git does it for you…
Therefore, I don’t think git and GitHub as alternative of each other…