Source control and Developer Sandboxes

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Use source control with Developer Sandboxes to enable parallel development and prevent merge conflicts.

    Source control overview

    Traditional, single-instance development is an outdated model that requires oversight and maintenance. Sharing a single instance increases the risk of merge conflicts and restricts teams to a single version of code. Enterprise IT architecture standards are increasingly mandating full version control for architectural compliance and IP management.

    In support, use Developer Sandboxes in tandem with Git source control to synchronize changes between the base and sandbox environments.

    Using source control, developers can work on independent branches and merge them according to your organization's best practices.

    그림 1. Example branching strategy with source control
    Sample Git-based version control flow chart

    Git credentials

    Each sandbox inherits Git credentials from the base instance. However, developers can add or change Git credentials locally within the sandbox. A new branch should be created for each sandbox.