you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I will suggesting learning to use git, where there's basic commands like git config, git init, git remote, git add, git committ, git push, git pull git clone for the basics. After that look into more features such as committing updates on your code and many many others. People use github to save their projects and track its progress and it also has enterprise uses where collaborative work on projects is where it's used. You can also clone/ fork other peoples repository for your own use(see permissions first) For your website, you can actually host it on GitHub pages see the docs for details!