GitHub is a collaborative and version control code hosting platform. You (and others) can collaborate on projects using GitHub.
Get Started
Go to Github and sign up for a free account.
Create a new Repo now that you've created a GitHub account:
Create a new repository, give it a repository name and save it without checking (marking) anything else.
The new repo will look like this.
Copy the code on “...or push an existing repository from the command line” to your terminal and run it.
git remote add origin https://github.com/LincCodes/newsite-tutorial.git git branch -M main git push -u origin main
Alternatively, one can create a README.md file from GitHub and commit.
Create or upload the files
Or drag and drop your files into the repository and commit them.
Finally, the file project should look something like this
Congratulations 🎉.