5 lines
120 B
Bash
Executable file
5 lines
120 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
git add .
|
|
git commit -sam "update @ $(date)"
|
|
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"
|