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:
- Git Configuration - Set up your identity and preferences
- Commit Signing - Cryptographically sign your commits
SCM Platform
Platform-specific configuration:
- GitHub - GitHub.com and GitHub Enterprise
Getting Started
- First, set up your SSH Keys for authentication
- Configure your Git identity
- Optionally configure Commit Signing for verified commits
- Then follow the GitHub setup guide