4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
git add .
|
|
git commit -m "${1:-Auto-update: $(date '+%Y-%m-%d %H:%M:%S')}"
|
|
git push
|