git-log-rotate: different remote branch

master
Jörg Thalheim 10 years ago
parent 30eca44b33
commit a7683d8d58

@ -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

Loading…
Cancel
Save