#!/bin/bash
# update from upstream/main
git pull --rebase upstream main && \
# send own changes
git push origin