Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let’s recap here how Git fits into the landscape and how it interact with other tools.

...

tools.drawio.svgImage Added

Local GIT repository:

...

  • Stored on DevOps/Source Collaboration platform.

  • Used for synchronization/cooperation among developers.

...

cooperation-studio-git.pngImage Added

Pricefx Git Workflow

While implementing a solution, all developers should use the same common flow of work with Git. You can see all important aspects of the workflow in the picture.

If you are familiar with GitFlow, you will find this flow quite similar. The main reason for differences is that in Pricefx case, the configuration can only be tested against some partitions.

...

pricefx-gitflow.drawio.svgImage Added

Note: Deployment to PROD is usually done during the GO LIVE preparation phase. This diagram demonstrates the situation mainly after GO LIVE and when additional sprints are planned, focusing on the master branch. During development, before the PROD environment is established, the master branch is not maintained. It should be set to the corresponding version once the PROD environment becomes available.

...