Skip to content

Git & Github

Bryan Herbst edited this page Oct 3, 2023 · 2 revisions

What is Git?

Git is a version control software that enables collaboration between programmers on a project. It holds a central copy of the project, called main, which is the base for many other branches. When a feature is completed on a branch, it can be merged back into the main branch, allowing work to go back to other branches. Git clients, such as Sourcetree, GitHub Desktop, and Tortoise Git, offer user-friendly applications for Git features. GitHub is the server that stores all projects and their branches remotely.

Go here to download and install Git