#!/usr/bin/env sh BRANCH="$(got branch)" got fetch && got update -b origin/$BRANCH && got rebase $BRANCH