Files
Distribution_MiSTer/.github/commit_distribution.sh
2025-03-15 00:45:05 +01:00

10 lines
208 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright (c) 2022-2025 José Manuel Barroso Galindo <theypsilon@gmail.com>
set -euo pipefail
git checkout -f develop -b main
git add .
git commit -m "-"
git fetch origin main || true