Files
sunny9898/task11-arduino/gitUpdate.sh
louiscklaw 5637fbf94f update,
2025-02-01 02:07:58 +08:00

13 lines
136 B
Bash
Executable File

#!/bin/bash
git status .
read -p "press [Enter] key to continue..."
git add .
git commit -m"update sunny9898,"
git push
echo "done