1. Setup Git Repository

May 31, 2024 ยท View on GitHub

In this page, before the installation, you will copy this tutorial repository into your local and GitHub. It contains configs for the installation and deployments.

Note

Do not Fork here to hide your configs from public.

setup-git-repository

Flow of preparing Git repositories

  1. Create a new empty private repository in your GitHub account. Any name is fine.

  2. Clone the original repository into your local working directory.

    git clone https://github.com/pipe-cd/tutorial.git
    
  3. Push it to the remote private repository.

    git remote add private <YOUR_PRIVATE_REPOSITORY_URL>
    git push -u private main
    

Next: 2. Install Control Plane >

< Previous: Install