Skip to main content

Finding the Correct Branch

When starting an analysis, the first step is finding the correct branch.

  1. Go to Confluence.

  2. Look up the latest Flex based on:

    • Country (e.g. Greece, Romania, Bulgaria, etc.)
    • Whether it's co-location or not
    • Whether it's 4h or 2h
    • Whether you have a Central or Low scenario
  3. Find the corresponding commit.

  4. Once you've found the correct commit, go to SourceTree and make sure you're on the correct repo for the country:

    • Romania → repo ROU
    • Greece or Bulgaria → repo GRC
  5. Right-click on the correct commit → Branch...

  6. In the New Branch field, type the name you'll give the branch. The name also determines which folder it goes into, so pay close attention here. Format:

    release/advisory/central/(COUNTRY)/(PROJECT)/(SCENARIO DESCRIPTION)
    warning

    Make sure the "Checkout New Branch" checkbox is checked.

  7. Click Create Branch. The new branch will appear under Branches in the top left, and you'll be switched straight into it — you can tell because the active branch is shown in bold.