Files
hardware_project_template/gitUpdate.sh
louiscklaw cf096bd63b update,
2025-02-06 03:58:09 +08:00

8 lines
73 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push