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
- tell
git
to make push at a specified time - tell OS to execute
git push
at a specified time without re-authentication (preferably, in such a way that the other attempts topush
shall require authentication.).
I'm on linux (Ubuntu 13.04) and thus scripting with bash will be fine.