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: