Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 861 Bytes

01-git.md

File metadata and controls

31 lines (20 loc) · 861 Bytes

1. Setup Git Repository

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