To upgrade to a new version of zsh:
- Checkout
dev/UPSTREAM
. - Replace its contents with the new version.
- Rename
zsh/.gitignore
tozsh/.gitignore.dist
. - Commit and push the new content.
- Create an eng/ branch.
git merge dev/UPSTREAM
into your branch and resolve any conflicts.- Review, test, and nominate that eng/ branch.