Training

Source-control fundamentals for Salesforce teams

The training is intended for an admin, developer, or technical owner who needs enough understanding to operate the system without becoming a full-time DevOps engineer.

Core session

  • How an org becomes source files
  • Repository, commit, branch, pull request, and diff concepts
  • How the scheduled workflow authenticates and runs
  • How to inspect a nightly change
  • How to rerun, disable, and troubleshoot a failed job
  • How to rotate or revoke access

Optional developer session

  • Salesforce CLI project structure
  • GitHub Actions workflow syntax
  • Codespaces or local VS Code setup
  • Validation deployments and release evidence
  • Adding tests, static analysis, and Slack notifications