1
0
ins/tagit.sh
zhaoolee a1d21a979e ins
2022-11-15 20:22:27 +08:00

8 lines
105 B
Bash
Executable File

#!/bin/bash
git pull
git add website_info.csv
git commit -m "ins!"
#git tag $1
git push
#git push --tags