My team is using Git storage with prefect cloud. We plan to have 2 projects: 1 for dev and 1 for prod. We would like the flows in the dev project to all pull from a “dev” branch of their respective git repos, and the flows in the prod project to pull from a “prod” branch. What’s the standard pattern for doing this? My understanding is that the storage is defined when we register the flow to prefect cloud. Is this correct? If so, is there a way to parameterize the branch_name argument when we use when we initialize
Git storage? Thanks in advance for any help!