Skip to content

How to create PR

Cesar Celis Hernandez edited this page Mar 10, 2024 · 2 revisions
  1. Fork

  2. Git clone

  3. Update

git remote add upstream git@github.com:minio/operator.git
git fetch upstream
git checkout master
git rebase upstream/master
git push
  1. create branch
git checkout -b <some-name>
  1. Put your changes inside this repo
Clone this wiki locally