Git

The web site hold my reading notes in code 201.

Git

what is Git :question::question:

git

How Git works

Here is a basic overview of how Git works: 1.Create a “repository” (project) with a git hosting tool (like GitHub).

2.Copy (or clone) the repository to your local machine.

3.Add a file to your local repo and “commit” (save) the changes.

4.Add a file to your local repo and “commit” (save) the changes.

5.Make a change to your file with a git hosting tool and commit.

6.”Pull” the changes to your local machine.


Learn more


Back Home page