Git Local Environment Setup With Commands
Git Local Environment Setup (Windows) Read Time: 20 mins In this article, we will cover how to set up a local environment in order to use Git on your own Windows PC. Let's go through the steps and get you set up! What You Need: Your own PC with Windows installed Basic knowledge to operate Command Prompt Text Editor (ie. Atom) (If you don't have Atom installed on your PC, please view the How to Make a Website with HTML and CSS article) To have completed the Progate Git Study I and Command-Line Study I Note: This article is for Windows users. Please read this article if you are using a Mac. 1. Installing Git Firstly, let's install Git from Git for Windows . Git for Windows After the download is complete, open the file and an installation screen will pop up. Let's follow the prompts and complete the installation. Step 1. Once you agree to the terms and conditions, click "Next" Click "Next" Step 2. Click "Next" Click "Next" St...