Guides users through installing Git and performing essential initial configuration across Windows, macOS, Linux, and WSL environments.
The Git Setup skill streamlines the initial development environment configuration by providing platform-specific installation methods and best-practice setup steps. It automates the configuration of essential Git settings including user identity, default branch naming conventions, and preferred text editors. Designed for both new developers and experienced engineers setting up new machines, this skill ensures a consistent, verified Git installation while addressing platform-specific nuances like WSL filesystem performance and Windows long-path support.
주요 기능
011 GitHub stars
02Integrated troubleshooting for common installation and shell history issues
03Smart platform detection to provide the most relevant shell commands
04Platform-specific installation for Windows (winget), macOS (Homebrew/Xcode), Linux, and WSL
05Step-by-step verification process to ensure Git is functioning correctly
06Automated configuration for user identity and default branch settings
사용 사례
01Setting up a new development machine with a standardized Git configuration
02Verifying and fixing Git installation issues on complex environments like WSL
03Configuring global Git identity and editor preferences for the first time