Default commit message, part of an automated flow.

This commit is contained in:
2021-02-26 22:04:20 +01:00
parent 470b4f617b
commit 454ddd4e05
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
# Ship
- ```cat bin/ship```
```
#!/bin/sh
#!/bin/sh -x
git add -A
git commit -a -m "$*" || git commit -a
git commit -a -m "$*" || git commit -a -m "Default commit message."
git push
```