0Pricing
Git & GitHub Professional Workflow · Lesson

Installing Git & Configuration

Get Git installed on your system and configure essential settings like your username and email for commit identification.

Get Ready to Git!

Before any version control, you need Git installed locally. This lesson covers installing it on each OS and setting your basic identity.

Installing Git on Windows

On Windows, grab the official installer from git-scm.com and accept the defaults. It also ships Git Bash, a Unix-like shell that is great for Git commands.

All lessons in this course

  1. Introduction to Version Control
  2. Installing Git & Configuration
  3. Creating Your First Repository
  4. Understanding the .gitignore File
← Back to Git & GitHub Professional Workflow