Skip to main content

Source Control

Configure your workstation for source control management (SCM) including Git configuration, commit signing, and platform-specific setup.

Git Setup

Essential Git configuration for all developers:

SCM Platform

Platform-specific configuration:

  • GitHub - GitHub.com and GitHub Enterprise

Getting Started

  1. First, set up your SSH Keys for authentication
  2. Configure your Git identity
  3. Optionally configure Commit Signing for verified commits
  4. Then follow the GitHub setup guide