scripts(org-autocommit-cron): change git commit message
Prithu Goswami pg@prithu.dev
Fri, 26 Jan 2024 13:48:00 +0530
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
bin/scripts/org-autocommit-cron
→
bin/scripts/org-autocommit-cron
@@ -1,8 +1,6 @@
cd $HOME/docs/org -cmsg=$(git status -s) git pull -git add . && git commit -m "auto commit: $(whoami)@may"\ - -m "$cmsg" +git add . && git commit -m "auto commit: $(whoami)@may" # check for connectivity before pushing if nc -dzw1 google.com 443; then