Files
004_comission/vinniesniper-54816/gitUpdate.sh
louiscklaw 141622669a update,
2025-01-31 22:22:57 +08:00

13 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
git status .
read -p "Press enter to continue"
git add .
git commit -m "update vinniesniper-54816"
git push