From the course: Learning GitHub
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Set up Git locally - GitHub Tutorial
From the course: Learning GitHub
Set up Git locally
- [Instructor] Git is a local version control system, a piece of software that runs on your machine and track changes made to your project files over time. It helps you keep a full history of your work, switch between versions, and collaborate with others seamlessly. Before we can start using Git, we need to install it on your computer. In this video, I will work you through how to install Git on Windows but don't worry, the process is very similar for macOS and Linux. Let's begin, open your favorite web browser and go to the official Git website, git-scm.com. This is the central app for everything Git. You will find official documentation, helpful books, learning resources, and even a community section where you can connect with other Git users. On the right hand side of the homepage, you will see a large download button. By default, the site detects your operating system and suggests the right installer automatically. If you are a Windows, you will see a button labeled Download for…