Default commit message, part of an automated flow.

This commit is contained in:
2021-02-26 21:21:59 +01:00
parent ee8d56a3bc
commit e46a0675a0
2 changed files with 15 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
# Ship
```
#!/bin/bash
git add -A
git commit -a -m "$*"
git push
```