- Clone this repository
- Add the original helm-chart repo as upstream
git remote add upstream git@github.com:komodorio/helm-charts.git
- fetch the upstream
git fetch upstream
- Update master branch
git checkout master
git merge upstream/master
- Create a new branch for your changes
git checkout -b BRANCH_NAME
- In case you want to check a change in the upstream, you can merge it to your branch
git merge upstream/BRANCH_NAME