Set up a GitHub Account
What is GitHub?
GitHub is a development platform where you can collaborate with others on software projects.
GitHub is a development platform where you can collaborate with others on software projects.
What is Git and Why Does it Matter?
Git is a very commonly used version control system. It tracks the changes you made to files.
Git is very useful because it allows you to effectively manage code changes. For this Coding Camp, since we will be hosting our website on GitHub Pages. We will need to install Git locally.
In this article, we will learn how to create a new empty GitHub Repository.
In this article, we will create a simple website using GitHub Pages. You can see a very simple sample at https://jess1sd.github.io/jess/
In this article, we will demonstrate how to clone a Remote Git Repo to your local Development Machine to be a Local Git Repo
This entry shows how and why you need to generate Git Personal Token
Git Personal Token is required to interact with Git Server. It is different from the Git Account Password. The token can be created for a set period of time, and can also be “revoked”. Think of it like an access card. It is tied to your account but can be created, used for access, and deactivated.
Below we go over the steps to create and use the Gi Personal Token
To understand Git, let’s break it down into parts that make Git work for you
This article shows how to perform more relatively advanced actions with Git