#!/usr/bin/env bash # SPDX-FileCopyrightText: 2022 Patrick Spek # # SPDX-License-Identifier: AGPL-3.0-or-later subcommand() { chgdir "$BASHTARD_ETCDIR" git add . \ && git diff --cached \ && git reset \ && git restore . \ && git clean -fd }