From 99f066c5cc3e4d6ea9d71f97cba8f3fec96e9cec Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 12 Nov 2022 13:27:19 +0100 Subject: [PATCH] with commit --- commit.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 commit.sh diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..591ef4b --- /dev/null +++ b/commit.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +git pull --rebase + +git commit + +git push