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
+1
View File
@@ -9,6 +9,7 @@
- [[agora algorithm]] - [[agora algorithm]]
- [[git alias]] - [[git alias]]
- [[open home]] - [[open home]]
- [[ship]]
## [[done]] ## [[done]]
- implement [[open search]] in the [[agora]]. - implement [[open search]] in the [[agora]].
+3 -2
View File
@@ -1,9 +1,10 @@
# Ship # Ship
- ```cat bin/ship```
``` ```
#!/bin/sh #!/bin/sh -x
git add -A git add -A
git commit -a -m "$*" || git commit -a git commit -a -m "$*" || git commit -a -m "Default commit message."
git push git push
``` ```