From 5cbefa0b18ae2a7e4ed991a95d3e6bb05faa1ce0 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Mon, 9 Nov 2020 13:20:56 -0600 Subject: modified: notes --- push.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 push.sh (limited to 'push.sh') diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..1fe5174 --- /dev/null +++ b/push.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git add . +git commit -a --amend --no-edit +git push -- cgit v1.2.3