How to create PR - cniackz/public GitHub Wiki

  1. Fork

  2. Git clone

  3. Update

git remote add upstream [email protected]: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
⚠️ **GitHub.com Fallback** ⚠️