Skip to content

Instantly share code, notes, and snippets.

@falkheiland
Last active January 27, 2022 07:28
Show Gist options
  • Save falkheiland/0720fec7e9bdf277ea4fcacb3f0f8b92 to your computer and use it in GitHub Desktop.
Save falkheiland/0720fec7e9bdf277ea4fcacb3f0f8b92 to your computer and use it in GitHub Desktop.
SamplerWorkflow

Sampler Workflow

  • git branching

Trunk branch Every Git repository has a trunk (also referred to as main, mainline, or the master branch). When a Git repository is created, the trunk exists automatically as the implicit first branch. The use of a trunk and the timing of changes landing on it vary depending on the exact branching strategy being used. In trunk-based development, the trunk is the central branch to which all developers send their code changes.

https://launchdarkly.com/blog/introduction-to-trunk-based-development/

  • source folder
  • output
  • tests
  • changelog.md
  • gitversion.yml
  • build.yml + EnvVars + .build
  • azure-pipelines.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment