#!/bin/sh
set -eu

git stash push --no-keep-index --include-untracked "$@"
