Default commit message, part of an automated flow.

This commit is contained in:
2021-02-26 22:01:16 +01:00
parent e46a0675a0
commit 396183d7d4
3 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Ship
```
#!/bin/bash
#!/bin/sh
git add -A
git commit -a -m "$*"
git commit -a -m "$*" || git commit -a
git push
```