Skip to content

Commit

Permalink
git merge upstream/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ncapps committed Nov 1, 2023
1 parent be35c55 commit 8947d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You will need to periodically fetch changes from the `upstream` repository to ke
cd kustomize
git fetch upstream
git checkout myfeature
git rebase upstream/master
git merge upstream/master
```

### Push to GitHub
Expand Down

0 comments on commit 8947d18

Please sign in to comment.