Example workflow

 

  1. A development stream is under the central control of Dimensions CM.

  2. A Git developer clones the stream into their local Git repository.

  3. The developer branches, commits, and works as normal with their Git repository.

  4. Another developer is using a Dimensions CM client. They update their local CM controlled work area from the same stream.

  5. The second developer works on the code and delivers their changes to Dimensions CM.

  6. The developer tries to deliver their changes. The deliver fails as there are changes in the stream that they need to merge.

  7. The developer pulls the changes and merges them into their local Git repository.

  8. The developer now successfully delivers their changes to Dimensions CM.