I think the title describes my problem well: I want to schedule git push
. To be more specific, I'd like to know how I can either
git
to make push at a specified timegit push
at a specified time without re-authentication
(preferably, in such a way that the other attempts to push
shall require authentication.).I'm on linux (Ubuntu 13.04) and thus scripting with bash will be fine.
There is nothing in git which includes:
Depending on your remote url, you can, for instance:
you can schedule such jobs using cron
.
00 07 * * * git push
will run git push
command everyday at 7 AM.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With