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
+1
View File
@@ -8,6 +8,7 @@
- [[dungeons]]
- [[agora algorithm]]
- [[git alias]]
- [[open home]]
## [[done]]
- implement [[open search]] in the [[agora]].
+10
View File
@@ -0,0 +1,10 @@
# Open Home
- [[go]] [[git]]
- Viewable to members of the [[fedstoa]] only for now as it undergoes a security review.
- [[git]] gitlab.com/flancian/open-home
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[fedstoa]: fedstoa "Fedstoa"
[//end]: # "Autogenerated link references"
+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
```