File size: 74 Bytes
4ee65fc |
1 2 3 4 5 6 7 8 9 |
#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push
|
4ee65fc |
1 2 3 4 5 6 7 8 9 |
#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push
|