Comment on Trunk-Based DevelopmentparentComments−andix2yIf there are multiple environments it quickly gets impossible to keep track of "what's in production" as a branch.Two possible solutions: Git tag everything that's getting deployed. Or just keep track of the commit hash that is deployed.
Comments
If there are multiple environments it quickly gets impossible to keep track of "what's in production" as a branch.
Two possible solutions: Git tag everything that's getting deployed. Or just keep track of the commit hash that is deployed.