git-log-rotate: different remote branch
This commit is contained in:
parent
30eca44b33
commit
a7683d8d58
@ -4,4 +4,4 @@ set -e
|
|||||||
cd /var/log
|
cd /var/log
|
||||||
find . -iname \*.log | xargs git add
|
find . -iname \*.log | xargs git add
|
||||||
git commit --all --message "daily autocommit"
|
git commit --all --message "daily autocommit"
|
||||||
git push --force origin master:logs
|
git push --force origin master
|
||||||
|
Loading…
Reference in New Issue
Block a user