Copy the contents of this repository to your own repository.
- Clone this repository at the same level as your own 'my-repo':
git clone [email protected]:liquibase/cs-impl-guide-examples.git
- Copy the visible contents to your own repository. (Workflows are stored in directories beginning with '.' and are therefore invisible, so we'll come to them in the next step):
cp -R ./cs-impl-guide-examples/* ./my-repo
- If you are implementing GitHub Actions, copy the GitHub Actions workflows directory (.github) to your own:
cp -R ./cs-impl-guide-examples/.github ./my-repo
- If you are implementing Azure Pipelines, copy the Azure Pipelines workflows directory (.azure_pipelines) to your own:
cp -R ./cs-impl-guide-examples/.azure_pipelines ./my-repo