From a7683d8d580d64c1f75ebdf62d8dd6b33aae1241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 14 Nov 2013 11:57:26 +0100 Subject: [PATCH] git-log-rotate: different remote branch --- aufgabe2.4/cron.daily/git-log-rotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aufgabe2.4/cron.daily/git-log-rotate b/aufgabe2.4/cron.daily/git-log-rotate index ffe89a2..d924b0f 100755 --- a/aufgabe2.4/cron.daily/git-log-rotate +++ b/aufgabe2.4/cron.daily/git-log-rotate @@ -4,4 +4,4 @@ set -e cd /var/log find . -iname \*.log | xargs git add git commit --all --message "daily autocommit" -git push --force origin master:logs +git push --force origin master