Windows Git Installation Guide
Any installation of Git Bash is fine for this workshop. If you have not yet installed Git Bash, we recommend the following configuration:
Installer Steps
- Go to the official Git downloads page
- Select the Standalone Installer for your (64-bit) Windows device
- Check all boxes for
- Git Bash
- Start Menu integration
- Associate .sh files to be run with Bash
- Use Nano editor by default
- Default branch name: “main”
- Git from the command line and also from 3rd-party software
- Use bundled OpenSSH
- Use the OpenSSL library
- Checkout Windows-style, commit Unix-style line endings
- Use MinTTY
- Default
- Git Credential Manager Core
- Launch Git Bash on completion
What is this “Git” Anyway?
Git is a version control tool that happens to be bundled with a lightweight and convenient Bash emulator for Windows devices.