CodeBuzz Helpers

dark-mode-icon

Git Basics


What is Git?

* Git is a version control system

* Git lets us keep track of changes in our code

* Git allows many develpers to work on the same project at once

Go To Git
What is GitHub?

* GitHub is a website

* GitHub lets us store our projects remotely

* Projects are also called repositories

Set Up GitHub
What is Version Control?

* VC is a system that tracks changes in files.

* Also known as Source Code Management.

* Allows us to keep a history of changes.



Git Environments
Git Fork vs Clone