#!/usr/bin/env sh
git snapshot && git restore . && git fetch --all && git pull && git stash pop
