git pull --rebase origin master
git pull --rebase origin master
And force push your branch
git push my-fork my-branch-name --force
<contributor-name>/<feature-name>
Examples: modene/wei-refactor
or dylan/otc-deployment
uniswap-v3-master
uniswap-v3-master
uniswap-v3-master
branch up-to-date.uniswap-v3-master
are rebased off uniswap-v3-master
& squashed upon merge.uniswap-v3-master
can be deployed to staging mainnet for testing.uniswap-v3-master
is production ready, it is merged into master and deployed.