setup

Install and configure Git across Windows, macOS, Linux, and WSL.

24|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Prorise-cool/prorise-claude-skills --skill setup-prorise-cool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Prorise-cool/prorise-claude-skills/tree/main/.claude/skills/devops-specialist/references/domains/github-platform/core/setup
Command: npx skills add https://github.com/Prorise-cool/prorise-claude-skills --skill setup-prorise-cool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to installing and configuring Git on any operating system, ensuring you have a robust development environment ready to go.

Core Features & Use Cases

  • Cross-Platform Installation: Covers Windows, macOS, Linux, and WSL with platform-specific instructions.
  • Essential Configuration: Guides you through setting user identity, default branch, and preferred editor.
  • Verification: Includes steps to confirm your Git installation is working correctly.
  • Use Case: A new developer starting on a fresh machine can use this Skill to get Git installed and configured in minutes, ready for their first commit.

Quick Start

Install Git on your current operating system and set your user name and email.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and configure Git on Windows, macOS, and Linux?

To install and configure Git, you need to follow platform-specific installation methods for Windows, macOS, Linux, or WSL, then set up your user identity, default branch, and preferred editor to establish a robust development environment.

What essential configuration is needed after a fresh Git installation?

After a fresh Git installation, essential configuration includes setting your user identity, defining the default branch, selecting your preferred editor, and running verification steps to confirm the setup is working correctly for your development environment.

Does this Git setup guide support WSL environments?

Yes, this Git setup guide fully supports WSL environments. It provides cross-platform installation and configuration instructions specifically tailored for Windows, macOS, Linux, and WSL to ensure proper version control setup.

How can I verify if my Git installation is working correctly?

You can verify your Git installation by running specific verification steps provided in the guide. These steps confirm that Git is properly installed and configured on your operating system before you start committing code.

Why is Git Bash history not working in Windows Terminal and how do I fix it?

Git Bash history issues in Windows Terminal are a common troubleshooting scenario. The guide addresses these specific problems directly, helping you resolve terminal integration conflicts to restore your command history functionality.

What is the best way to set up a default branch when configuring Git?

The best way to set up a default branch during Git configuration is to follow the essential setup steps provided in the guide, ensuring your version control environment uses your preferred default branch naming convention.