From cf61e716f3f6d20012c56f2f352df6f0c651851c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 25 Jan 2021 16:04:59 +0100 Subject: [PATCH] ++add hostname --- sync-all-repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-all-repos b/sync-all-repos index 092090a..f54622f 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -20,7 +20,7 @@ for repo in ~/.ctt \ fi git add . - git commit -m "updated by $0" || true + git commit -m "updated by $0 on $(hostname)" || true git pull git push done