Build: The Web
📔

Basic GitHub

GitHub is a collaborative and version control code hosting platform. You (and others) can collaborate on projects using GitHub.

Get Started

notion image
Go to Github and sign up for a free account.
 
notion image
Create a new Repo now that you've created a GitHub account:
 
notion image
Create a new repository, give it a repository name and save it without checking (marking) anything else.
 
notion image
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.
notion image
Alternatively, one can create a README.md file from GitHub and commit.
 
notion image
Create or upload the files
 
notion image
Or drag and drop your files into the repository and commit them.
 
notion image
Finally, the file project should look something like this
Congratulations 🎉.
badge