Files
Distribution_MiSTer/.github/commit_distribution.sh
2022-12-30 21:46:11 +01:00

10 lines
203 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright (c) 2022 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