From 396183d7d4b9b9fd81d493c5e61495690df54622 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 26 Feb 2021 22:01:16 +0100 Subject: [PATCH] Default commit message, part of an automated flow. --- journal/2021-02-26.md | 1 + open-home.md | 10 ++++++++++ ship.md | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 open-home.md diff --git a/journal/2021-02-26.md b/journal/2021-02-26.md index 609d6a696..d0a7ebd08 100644 --- a/journal/2021-02-26.md +++ b/journal/2021-02-26.md @@ -8,6 +8,7 @@ - [[dungeons]] - [[agora algorithm]] - [[git alias]] +- [[open home]] ## [[done]] - implement [[open search]] in the [[agora]]. diff --git a/open-home.md b/open-home.md new file mode 100644 index 000000000..edd23efef --- /dev/null +++ b/open-home.md @@ -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" \ No newline at end of file diff --git a/ship.md b/ship.md index be576db69..8ac594419 100644 --- a/ship.md +++ b/ship.md @@ -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 ```